summaryrefslogtreecommitdiffstats
path: root/crypto/kdf/hkdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kdf/hkdf.c')
-rw-r--r--crypto/kdf/hkdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/kdf/hkdf.c b/crypto/kdf/hkdf.c
index c8b3f03afc..f759e3038c 100644
--- a/crypto/kdf/hkdf.c
+++ b/crypto/kdf/hkdf.c
@@ -229,7 +229,7 @@ static int kdf_hkdf_derive(EVP_KDF_IMPL *impl, unsigned char *key,
}
}
-const EVP_KDF_METHOD hkdf_kdf_meth = {
+const EVP_KDF hkdf_kdf_meth = {
EVP_KDF_HKDF,
kdf_hkdf_new,
kdf_hkdf_free,