summaryrefslogtreecommitdiffstats
path: root/crypto/kdf/pbkdf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kdf/pbkdf2.c')
-rw-r--r--crypto/kdf/pbkdf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/kdf/pbkdf2.c b/crypto/kdf/pbkdf2.c
index bf1ac6d78d..7009dfdeb3 100644
--- a/crypto/kdf/pbkdf2.c
+++ b/crypto/kdf/pbkdf2.c
@@ -180,7 +180,7 @@ static int kdf_pbkdf2_derive(EVP_KDF_IMPL *impl, unsigned char *key,
impl->md, key, keylen);
}
-const EVP_KDF_METHOD pbkdf2_kdf_meth = {
+const EVP_KDF pbkdf2_kdf_meth = {
EVP_KDF_PBKDF2,
kdf_pbkdf2_new,
kdf_pbkdf2_free,