aboutsummaryrefslogtreecommitdiffstats
path: root/src/s2k/pbkdf2
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/s2k/pbkdf2
parent75b427da41ece0a419f3f38dda187d89650de7ef (diff)
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
Diffstat (limited to 'src/s2k/pbkdf2')
-rw-r--r--src/s2k/pbkdf2/pbkdf2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s2k/pbkdf2/pbkdf2.h b/src/s2k/pbkdf2/pbkdf2.h
index 52148df2f..f9969c0b0 100644
--- a/src/s2k/pbkdf2/pbkdf2.h
+++ b/src/s2k/pbkdf2/pbkdf2.h
@@ -7,7 +7,7 @@
#define BOTAN_PBKDF2_H__
#include <botan/s2k.h>
-#include <botan/hash.h>
+#include <botan/mac.h>
namespace Botan {