aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/eax/eax.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 18:48:46 +0000
committerlloyd <[email protected]>2008-11-08 18:48:46 +0000
commit90391ca3d85e6bc65da3a8951e1765692233e803 (patch)
treeeee07d6fed75f5d0cac67a537f3150536c4fcead /src/modes/eax/eax.h
parent75b427da41ece0a419f3f38dda187d89650de7ef (diff)
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
Diffstat (limited to 'src/modes/eax/eax.h')
-rw-r--r--src/modes/eax/eax.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modes/eax/eax.h b/src/modes/eax/eax.h
index 676e5334e..f3fc6970c 100644
--- a/src/modes/eax/eax.h
+++ b/src/modes/eax/eax.h
@@ -7,6 +7,7 @@
#define BOTAN_EAX_H__
#include <botan/basefilt.h>
+#include <botan/mac.h>
namespace Botan {