diff options
author | lloyd <[email protected]> | 2008-09-02 06:05:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-02 06:05:11 +0000 |
commit | bd5bbe3f5a07e0706a2646e67d0edea490817790 (patch) | |
tree | ec86aff906962ea9066fae566b59f8f9894afe38 /src/md2.cpp | |
parent | fb20917798aae57c46f95746dd75e923f3104f1a (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.cpp | 2 |
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 { |