Added EVP_KDF (similiar to the EVP_MAC)
[openssl.git] / crypto / kdf / scrypt.c
index ee77f1ef7cb51871c09b0febd139d9a386a9c0a4..29ceeb3ad9389f5743ad7a482f05ea5d509b48f7 100644 (file)
@@ -266,7 +266,7 @@ static int kdf_scrypt_derive(EVP_KDF_IMPL *impl, unsigned char *key,
                       impl->maxmem_bytes, key, keylen);
 }
 
-const EVP_KDF_METHOD scrypt_kdf_meth = {
+const EVP_KDF scrypt_kdf_meth = {
     EVP_KDF_SCRYPT,
     kdf_scrypt_new,
     kdf_scrypt_free,