diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/math/numbertheory/pow_mod.h | 1 | ||||
-rw-r--r-- | src/lib/modes/aead/gcm/clmul/clmul.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/pow_mod.h b/src/lib/math/numbertheory/pow_mod.h index b78510793..388006dd5 100644 --- a/src/lib/math/numbertheory/pow_mod.h +++ b/src/lib/math/numbertheory/pow_mod.h @@ -64,7 +64,6 @@ class BOTAN_DLL Power_Mod virtual ~Power_Mod(); private: mutable Modular_Exponentiator* core; - Usage_Hints hints; }; /** diff --git a/src/lib/modes/aead/gcm/clmul/clmul.cpp b/src/lib/modes/aead/gcm/clmul/clmul.cpp index cc6d581e3..87a0a98ca 100644 --- a/src/lib/modes/aead/gcm/clmul/clmul.cpp +++ b/src/lib/modes/aead/gcm/clmul/clmul.cpp @@ -7,6 +7,7 @@ #include <botan/internal/clmul.h> #include <immintrin.h> +#include <wmmintrin.h> namespace Botan { |