]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/kdf/sshkdf.c
Added EVP_KDF (similiar to the EVP_MAC)
[thirdparty/openssl.git] / crypto / kdf / sshkdf.c
index 300e1adbb2382d5364b054050ae7ce1c11a663d8..964b033e38255c09cd28bf94411eb450c8b1091d 100644 (file)
@@ -200,7 +200,7 @@ static int kdf_sshkdf_derive(EVP_KDF_IMPL *impl, unsigned char *key,
                   impl->type, key, keylen);
 }
 
-const EVP_KDF_METHOD sshkdf_kdf_meth = {
+const EVP_KDF sshkdf_kdf_meth = {
     EVP_KDF_SSHKDF,
     kdf_sshkdf_new,
     kdf_sshkdf_free,