aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/cryptobox/cryptobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/misc/cryptobox/cryptobox.h')
-rw-r--r--src/lib/misc/cryptobox/cryptobox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/misc/cryptobox/cryptobox.h b/src/lib/misc/cryptobox/cryptobox.h
index bfa6d06af..a579a9f7a 100644
--- a/src/lib/misc/cryptobox/cryptobox.h
+++ b/src/lib/misc/cryptobox/cryptobox.h
@@ -9,11 +9,12 @@
#define BOTAN_CRYPTOBOX_H_
#include <string>
-#include <botan/rng.h>
#include <botan/symkey.h>
namespace Botan {
+class RandomNumberGenerator;
+
/**
* This namespace holds various high-level crypto functions
*/