aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/aont
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-23 16:45:18 -0400
committerJack Lloyd <[email protected]>2017-09-23 16:45:18 -0400
commit9f18cc9132cb074299994e85e7b9943283f78576 (patch)
treee4e4540afac0fd1c7b5392158c6fefbad0824458 /src/lib/misc/aont
parentd1f3b18bd07ae4fb8a0ba37d0ea509ea210a39c3 (diff)
More header cleanups
Diffstat (limited to 'src/lib/misc/aont')
-rw-r--r--src/lib/misc/aont/package.cpp1
-rw-r--r--src/lib/misc/aont/package.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/misc/aont/package.cpp b/src/lib/misc/aont/package.cpp
index c9dd3dada..7cadc62f4 100644
--- a/src/lib/misc/aont/package.cpp
+++ b/src/lib/misc/aont/package.cpp
@@ -10,6 +10,7 @@
#include <botan/filters.h>
#include <botan/ctr.h>
#include <botan/loadstor.h>
+#include <botan/rng.h>
namespace Botan {
diff --git a/src/lib/misc/aont/package.h b/src/lib/misc/aont/package.h
index c2f8c159d..38e04e470 100644
--- a/src/lib/misc/aont/package.h
+++ b/src/lib/misc/aont/package.h
@@ -9,10 +9,11 @@
#define BOTAN_AONT_PACKAGE_TRANSFORM_H_
#include <botan/block_cipher.h>
-#include <botan/rng.h>
namespace Botan {
+class RandomNumberGenerator;
+
/**
* Rivest's Package Tranform
* @param rng the random number generator to use