diff options
Diffstat (limited to 'src/lib/pbkdf/scrypt')
-rw-r--r-- | src/lib/pbkdf/scrypt/info.txt | 4 | ||||
-rw-r--r-- | src/lib/pbkdf/scrypt/scrypt.cpp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/pbkdf/scrypt/info.txt b/src/lib/pbkdf/scrypt/info.txt index 3ba48fd72..0d9082f6a 100644 --- a/src/lib/pbkdf/scrypt/info.txt +++ b/src/lib/pbkdf/scrypt/info.txt @@ -8,3 +8,7 @@ pbkdf2 hmac sha2_32 </requires> + +<header:public> +scrypt.h +</header:public> diff --git a/src/lib/pbkdf/scrypt/scrypt.cpp b/src/lib/pbkdf/scrypt/scrypt.cpp index 8275ac956..2820cddf3 100644 --- a/src/lib/pbkdf/scrypt/scrypt.cpp +++ b/src/lib/pbkdf/scrypt/scrypt.cpp @@ -7,8 +7,8 @@ #include <botan/scrypt.h> #include <botan/pbkdf2.h> -#include <botan/salsa20.h> -#include <botan/loadstor.h> +#include <botan/internal/salsa20.h> +#include <botan/internal/loadstor.h> #include <botan/exceptn.h> #include <botan/internal/bit_ops.h> #include <botan/internal/timer.h> |