aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-04-08 12:47:50 -0400
committerJack Lloyd <[email protected]>2021-04-08 12:47:50 -0400
commit0d6c1ae5ad59fd621fa599611f304ab7c65e421c (patch)
treec4f1dfdd0484c11a9397a9919084d7c792258ab6 /src/lib/ffi
parent52fa621f07cef332987b5ed891e56de98d6afa49 (diff)
Avoid now-deprecated PBKDF interface within the library
Diffstat (limited to 'src/lib/ffi')
-rw-r--r--src/lib/ffi/ffi_kdf.cpp1
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>