diff options
author | Jack Lloyd <[email protected]> | 2020-03-14 14:12:45 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-03-14 14:12:45 -0400 |
commit | ab7d0ff6d4ce0440f2194aca11bdbdc1cbcb0b7a (patch) | |
tree | f10f2cefce8565a0f69509770b34cb75406d2034 /src/lib/pbkdf/argon2/argon2.h | |
parent | d60832d4c6a26338d4c30e5e1dc61ff88357e5b5 (diff) |
Revert deprecating scrypt.h until everything is worked out
Need better docs etc how to do it without using these interfaces
Diffstat (limited to 'src/lib/pbkdf/argon2/argon2.h')
-rw-r--r-- | src/lib/pbkdf/argon2/argon2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/pbkdf/argon2/argon2.h b/src/lib/pbkdf/argon2/argon2.h index afedc9117..3a1b859f0 100644 --- a/src/lib/pbkdf/argon2/argon2.h +++ b/src/lib/pbkdf/argon2/argon2.h @@ -9,6 +9,8 @@ #include <botan/pwdhash.h> +//BOTAN_FUTURE_INTERNAL_HEADER(argon2.h) + namespace Botan { class RandomNumberGenerator; |