diff options
Diffstat (limited to 'src/lib/hash/md5/md5.cpp')
-rw-r--r-- | src/lib/hash/md5/md5.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/hash/md5/md5.cpp b/src/lib/hash/md5/md5.cpp index 0808d0140..772e51478 100644 --- a/src/lib/hash/md5/md5.cpp +++ b/src/lib/hash/md5/md5.cpp @@ -5,12 +5,13 @@ * Botan is released under the Simplified BSD License (see license.txt) */ +#include <botan/internal/hash_utils.h> #include <botan/md5.h> -#include <botan/loadstor.h> -#include <botan/rotate.h> namespace Botan { +BOTAN_REGISTER_HASH_NOARGS(MD5); + namespace { /* |