diff options
Diffstat (limited to 'src/lib/hash/sm3')
-rw-r--r-- | src/lib/hash/sm3/sm3.cpp | 1 | ||||
-rw-r--r-- | src/lib/hash/sm3/sm3.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/hash/sm3/sm3.cpp b/src/lib/hash/sm3/sm3.cpp index 4c746ce2f..cfd1409cd 100644 --- a/src/lib/hash/sm3/sm3.cpp +++ b/src/lib/hash/sm3/sm3.cpp @@ -6,6 +6,7 @@ */ #include <botan/sm3.h> +#include <botan/loadstor.h> #include <botan/rotate.h> namespace Botan { diff --git a/src/lib/hash/sm3/sm3.h b/src/lib/hash/sm3/sm3.h index 56471e7d1..268bd87fb 100644 --- a/src/lib/hash/sm3/sm3.h +++ b/src/lib/hash/sm3/sm3.h @@ -10,6 +10,8 @@ #include <botan/mdx_hash.h> +BOTAN_FUTURE_INTERNAL_HEADER(sm3.h) + namespace Botan { enum { |