aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac
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/mac
parent75b427da41ece0a419f3f38dda187d89650de7ef (diff)
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
Diffstat (limited to 'src/mac')
-rw-r--r--src/mac/cbc_mac/cbc_mac.h2
-rw-r--r--src/mac/cmac/cmac.h2
-rw-r--r--src/mac/hmac/hmac.h2
-rw-r--r--src/mac/ssl3mac/ssl3_mac.h1
-rw-r--r--src/mac/x919_mac/x919_mac.h2
5 files changed, 5 insertions, 4 deletions
diff --git a/src/mac/cbc_mac/cbc_mac.h b/src/mac/cbc_mac/cbc_mac.h
index b3e2b08a9..2b30fedd2 100644
--- a/src/mac/cbc_mac/cbc_mac.h
+++ b/src/mac/cbc_mac/cbc_mac.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_CBC_MAC_H__
#define BOTAN_CBC_MAC_H__
-#include <botan/base.h>
+#include <botan/mac.h>
namespace Botan {
diff --git a/src/mac/cmac/cmac.h b/src/mac/cmac/cmac.h
index b8af593e3..556d9dd9e 100644
--- a/src/mac/cmac/cmac.h
+++ b/src/mac/cmac/cmac.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_CMAC_H__
#define BOTAN_CMAC_H__
-#include <botan/base.h>
+#include <botan/mac.h>
namespace Botan {
diff --git a/src/mac/hmac/hmac.h b/src/mac/hmac/hmac.h
index 8c19cec6a..122441120 100644
--- a/src/mac/hmac/hmac.h
+++ b/src/mac/hmac/hmac.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_HMAC_H__
#define BOTAN_HMAC_H__
-#include <botan/base.h>
+#include <botan/mac.h>
#include <botan/hash.h>
namespace Botan {
diff --git a/src/mac/ssl3mac/ssl3_mac.h b/src/mac/ssl3mac/ssl3_mac.h
index 769602aa3..b9875a0c1 100644
--- a/src/mac/ssl3mac/ssl3_mac.h
+++ b/src/mac/ssl3mac/ssl3_mac.h
@@ -7,6 +7,7 @@
#define BOTAN_SSL3_MAC_H__
#include <botan/hash.h>
+#include <botan/mac.h>
namespace Botan {
diff --git a/src/mac/x919_mac/x919_mac.h b/src/mac/x919_mac/x919_mac.h
index b10b3e709..85b8254a5 100644
--- a/src/mac/x919_mac/x919_mac.h
+++ b/src/mac/x919_mac/x919_mac.h
@@ -6,7 +6,7 @@
#ifndef BOTAN_ANSI_X919_MAC_H__
#define BOTAN_ANSI_X919_MAC_H__
-#include <botan/base.h>
+#include <botan/mac.h>
namespace Botan {