aboutsummaryrefslogtreecommitdiffstats
path: root/src/x931_rng.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-02 06:05:11 +0000
committerlloyd <[email protected]>2008-09-02 06:05:11 +0000
commitbd5bbe3f5a07e0706a2646e67d0edea490817790 (patch)
treeec86aff906962ea9066fae566b59f8f9894afe38 /src/x931_rng.cpp
parentfb20917798aae57c46f95746dd75e923f3104f1a (diff)
Where bit_ops.h was used to get xor_buf, include xor_buf.h instead
Diffstat (limited to 'src/x931_rng.cpp')
-rw-r--r--src/x931_rng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x931_rng.cpp b/src/x931_rng.cpp
index 8f454dcb8..f4b0f71a9 100644
--- a/src/x931_rng.cpp
+++ b/src/x931_rng.cpp
@@ -5,7 +5,7 @@
#include <botan/x931_rng.h>
#include <botan/lookup.h>
-#include <botan/bit_ops.h>
+#include <botan/xor_buf.h>
#include <algorithm>
namespace Botan {