aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/eax/eax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/modes/aead/eax/eax.h')
-rw-r--r--src/lib/modes/aead/eax/eax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/modes/aead/eax/eax.h b/src/lib/modes/aead/eax/eax.h
index 84a4f3f92..b9b02c192 100644
--- a/src/lib/modes/aead/eax/eax.h
+++ b/src/lib/modes/aead/eax/eax.h
@@ -14,6 +14,8 @@
#include <botan/stream_cipher.h>
#include <botan/mac.h>
+BOTAN_FUTURE_INTERNAL_HEADER(eax.h)
+
namespace Botan {
/**