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/dlies.cpp | |
parent | fb20917798aae57c46f95746dd75e923f3104f1a (diff) |
Where bit_ops.h was used to get xor_buf, include xor_buf.h instead
Diffstat (limited to 'src/dlies.cpp')
-rw-r--r-- | src/dlies.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlies.cpp b/src/dlies.cpp index 22e606403..2a2f33925 100644 --- a/src/dlies.cpp +++ b/src/dlies.cpp @@ -6,7 +6,7 @@ #include <botan/dlies.h> #include <botan/lookup.h> #include <botan/look_pk.h> -#include <botan/bit_ops.h> +#include <botan/xor_buf.h> #include <memory> namespace Botan { |