aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac/hmac
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac/hmac')
-rw-r--r--src/mac/hmac/hmac.cpp2
-rw-r--r--src/mac/hmac/info.txt7
2 files changed, 1 insertions, 8 deletions
diff --git a/src/mac/hmac/hmac.cpp b/src/mac/hmac/hmac.cpp
index dcd6bce5d..f69504c82 100644
--- a/src/mac/hmac/hmac.cpp
+++ b/src/mac/hmac/hmac.cpp
@@ -7,7 +7,7 @@
*/
#include <botan/hmac.h>
-#include <botan/xor_buf.h>
+#include <botan/internal/xor_buf.h>
namespace Botan {
diff --git a/src/mac/hmac/info.txt b/src/mac/hmac/info.txt
index 26da83533..b1a69c25b 100644
--- a/src/mac/hmac/info.txt
+++ b/src/mac/hmac/info.txt
@@ -1,12 +1,5 @@
define HMAC
-load_on auto
-
-<add>
-hmac.cpp
-hmac.h
-</add>
-
<requires>
hash
</requires>