Added EVP_KDF (similiar to the EVP_MAC)
[openssl.git] / crypto / kdf / tls1_prf.c
index 1f8374f6274ecc0e66aa2d150b083882343d2fc4..913af2905b48f1befcb424eb4505c76aa14b5333 100644 (file)
@@ -157,7 +157,7 @@ static int kdf_tls1_prf_derive(EVP_KDF_IMPL *impl, unsigned char *key,
                         key, keylen);
 }
 
-const EVP_KDF_METHOD tls1_prf_kdf_meth = {
+const EVP_KDF tls1_prf_kdf_meth = {
     EVP_KDF_TLS1_PRF,
     kdf_tls1_prf_new,
     kdf_tls1_prf_free,