diff options
author | Jack Lloyd <[email protected]> | 2021-04-08 12:47:50 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-04-08 12:47:50 -0400 |
commit | 0d6c1ae5ad59fd621fa599611f304ab7c65e421c (patch) | |
tree | c4f1dfdd0484c11a9397a9919084d7c792258ab6 /src/lib/ffi | |
parent | 52fa621f07cef332987b5ed891e56de98d6afa49 (diff) |
Avoid now-deprecated PBKDF interface within the library
Diffstat (limited to 'src/lib/ffi')
-rw-r--r-- | src/lib/ffi/ffi_kdf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffi/ffi_kdf.cpp b/src/lib/ffi/ffi_kdf.cpp index f1e1b326c..b854aef2e 100644 --- a/src/lib/ffi/ffi_kdf.cpp +++ b/src/lib/ffi/ffi_kdf.cpp @@ -7,7 +7,6 @@ #include <botan/ffi.h> #include <botan/internal/ffi_util.h> #include <botan/internal/ffi_rng.h> -#include <botan/pbkdf.h> #include <botan/pwdhash.h> #include <botan/kdf.h> |