aboutsummaryrefslogtreecommitdiffstats
path: root/src/md2.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/md2.cpp
parentfb20917798aae57c46f95746dd75e923f3104f1a (diff)
Where bit_ops.h was used to get xor_buf, include xor_buf.h instead
Diffstat (limited to 'src/md2.cpp')
-rw-r--r--src/md2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md2.cpp b/src/md2.cpp
index ff7d5436c..c609eda10 100644
--- a/src/md2.cpp
+++ b/src/md2.cpp
@@ -4,7 +4,7 @@
*************************************************/
#include <botan/md2.h>
-#include <botan/bit_ops.h>
+#include <botan/xor_buf.h>
namespace Botan {