diff options
Diffstat (limited to 'src/hmac.cpp')
-rw-r--r-- | src/hmac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hmac.cpp b/src/hmac.cpp index 5604145f4..b8c76e8f6 100644 --- a/src/hmac.cpp +++ b/src/hmac.cpp @@ -6,7 +6,7 @@ #include <botan/hmac.h> #include <botan/lookup.h> -#include <botan/bit_ops.h> +#include <botan/xor_buf.h> namespace Botan { |