diff options
author | lloyd <[email protected]> | 2008-06-10 15:52:00 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-10 15:52:00 +0000 |
commit | 243d0ec646e00da153b656efe9efbf832c3c8680 (patch) | |
tree | 1055235d2a0df2c906fb50dce4a5aea10eadc8c8 | |
parent | 64fe249a1fdfc2a41a41c6863a07b23960879293 (diff) |
Remove Randpool header from X9.31 PRNG code: the RNGs are now decoupled
-rw-r--r-- | src/x931_rng.cpp | 1 |
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> |