diff options
Diffstat (limited to 'src/symkey.cpp')
-rw-r--r-- | src/symkey.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symkey.cpp b/src/symkey.cpp index f07421bef..7cc1bce64 100644 --- a/src/symkey.cpp +++ b/src/symkey.cpp @@ -4,7 +4,7 @@ *************************************************/ #include <botan/symkey.h> -#include <botan/bit_ops.h> +#include <botan/xor_buf.h> #include <botan/rng.h> #include <botan/pipe.h> #include <botan/hex.h> |