aboutsummaryrefslogtreecommitdiffstats
path: root/src/rng
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/rng
parent75b427da41ece0a419f3f38dda187d89650de7ef (diff)
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
Diffstat (limited to 'src/rng')
-rw-r--r--src/rng/hmac_rng/hmac_rng.h2
-rw-r--r--src/rng/randpool/randpool.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/rng/hmac_rng/hmac_rng.h b/src/rng/hmac_rng/hmac_rng.h
index 4b09c4d13..b9ea064c3 100644
--- a/src/rng/hmac_rng/hmac_rng.h
+++ b/src/rng/hmac_rng/hmac_rng.h
@@ -6,8 +6,8 @@
#ifndef BOTAN_HMAC_RNG_H__
#define BOTAN_HMAC_RNG_H__
+#include <botan/mac.h>
#include <botan/rng.h>
-#include <botan/base.h>
#include <vector>
namespace Botan {
diff --git a/src/rng/randpool/randpool.h b/src/rng/randpool/randpool.h
index 16ffcefd6..198a34552 100644
--- a/src/rng/randpool/randpool.h
+++ b/src/rng/randpool/randpool.h
@@ -8,6 +8,7 @@
#include <botan/rng.h>
#include <botan/base.h>
+#include <botan/mac.h>
#include <vector>
namespace Botan {