aboutsummaryrefslogtreecommitdiffstats
path: root/src/pkcs5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkcs5.cpp')
-rw-r--r--src/pkcs5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkcs5.cpp b/src/pkcs5.cpp
index 77d8c9200..8a6e7b5a8 100644
--- a/src/pkcs5.cpp
+++ b/src/pkcs5.cpp
@@ -6,7 +6,7 @@
#include <botan/pkcs5.h>
#include <botan/lookup.h>
#include <botan/loadstor.h>
-#include <botan/bit_ops.h>
+#include <botan/xor_buf.h>
#include <botan/hmac.h>
#include <algorithm>
#include <memory>