aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-10 15:52:00 +0000
committerlloyd <[email protected]>2008-06-10 15:52:00 +0000
commit243d0ec646e00da153b656efe9efbf832c3c8680 (patch)
tree1055235d2a0df2c906fb50dce4a5aea10eadc8c8 /src
parent64fe249a1fdfc2a41a41c6863a07b23960879293 (diff)
Remove Randpool header from X9.31 PRNG code: the RNGs are now decoupled
Diffstat (limited to 'src')
-rw-r--r--src/x931_rng.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/x931_rng.cpp b/src/x931_rng.cpp
index 17e3a886f..30424f60a 100644
--- a/src/x931_rng.cpp
+++ b/src/x931_rng.cpp
@@ -5,7 +5,6 @@
#include <botan/x931_rng.h>
#include <botan/lookup.h>
-#include <botan/randpool.h>
#include <botan/bit_ops.h>
#include <algorithm>