diff options
Diffstat (limited to 'src/s2k/pbkdf2/pbkdf2.cpp')
-rw-r--r-- | src/s2k/pbkdf2/pbkdf2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s2k/pbkdf2/pbkdf2.cpp b/src/s2k/pbkdf2/pbkdf2.cpp index 1de27c9ac..4fc1b8deb 100644 --- a/src/s2k/pbkdf2/pbkdf2.cpp +++ b/src/s2k/pbkdf2/pbkdf2.cpp @@ -6,8 +6,8 @@ */ #include <botan/pbkdf2.h> -#include <botan/loadstor.h> -#include <botan/xor_buf.h> +#include <botan/internal/loadstor.h> +#include <botan/internal/xor_buf.h> namespace Botan { |