diff options
Diffstat (limited to 'src/lib/misc/aont/package.h')
-rw-r--r-- | src/lib/misc/aont/package.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |