aboutsummaryrefslogtreecommitdiffstats
path: root/src/buf_es.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-05 12:49:05 +0000
committerlloyd <[email protected]>2008-09-05 12:49:05 +0000
commita10b1c70bcbdc8b1f2978928a58b60a3aa2ffa2c (patch)
tree732862d6950a8ed86debedb01b7c8142844373fa /src/buf_es.cpp
parent3bac1d990af53d6646f768a2b47d5b18d933fea2 (diff)
parente292d9c1263fc74c26b26b9bd6f879ab25cc19ee (diff)
propagate from branch 'net.randombit.botan' (head 6af2a53b621670d7f0a7f0dc5db05c21475ec87b)
to branch 'net.randombit.botan.ecdsa' (head 615b9b32d55f374b935f9b9bfb4049dfad765e6c)
Diffstat (limited to 'src/buf_es.cpp')
-rw-r--r--src/buf_es.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buf_es.cpp b/src/buf_es.cpp
index 9f7be3e9b..19f30e22c 100644
--- a/src/buf_es.cpp
+++ b/src/buf_es.cpp
@@ -4,7 +4,7 @@
*************************************************/
#include <botan/buf_es.h>
-#include <botan/bit_ops.h>
+#include <botan/xor_buf.h>
#include <botan/util.h>
#include <algorithm>