aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac/x919_mac
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac/x919_mac')
-rw-r--r--src/mac/x919_mac/info.txt7
-rw-r--r--src/mac/x919_mac/x919_mac.cpp2
2 files changed, 1 insertions, 8 deletions
diff --git a/src/mac/x919_mac/info.txt b/src/mac/x919_mac/info.txt
index 16955816c..ca294c951 100644
--- a/src/mac/x919_mac/info.txt
+++ b/src/mac/x919_mac/info.txt
@@ -1,12 +1,5 @@
define ANSI_X919_MAC
-load_on auto
-
-<add>
-x919_mac.cpp
-x919_mac.h
-</add>
-
<requires>
block
</requires>
diff --git a/src/mac/x919_mac/x919_mac.cpp b/src/mac/x919_mac/x919_mac.cpp
index 52260494a..42e039d60 100644
--- a/src/mac/x919_mac/x919_mac.cpp
+++ b/src/mac/x919_mac/x919_mac.cpp
@@ -6,7 +6,7 @@
*/
#include <botan/x919_mac.h>
-#include <botan/xor_buf.h>
+#include <botan/internal/xor_buf.h>
#include <algorithm>
namespace Botan {