From 4e17fb006187c1b745eb72474efb3ad797e2a4dc Mon Sep 17 00:00:00 2001 From: Shane Lontis Date: Tue, 9 Mar 2021 14:44:51 +1000 Subject: Add ossl_pkcs5_pbkdf2_hmac_ex symbol Partial fix for #12964 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14473) --- include/crypto/evp.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/crypto/evp.h b/include/crypto/evp.h index 5dd0db3bae..751b330b43 100644 --- a/include/crypto/evp.h +++ b/include/crypto/evp.h @@ -828,10 +828,11 @@ const EVP_CIPHER *evp_get_cipherbyname_ex(OSSL_LIB_CTX *libctx, const EVP_MD *evp_get_digestbyname_ex(OSSL_LIB_CTX *libctx, const char *name); -int pkcs5_pbkdf2_hmac_ex(const char *pass, int passlen, - const unsigned char *salt, int saltlen, int iter, - const EVP_MD *digest, int keylen, unsigned char *out, - OSSL_LIB_CTX *libctx, const char *propq); +int ossl_pkcs5_pbkdf2_hmac_ex(const char *pass, int passlen, + const unsigned char *salt, int saltlen, int iter, + const EVP_MD *digest, int keylen, + unsigned char *out, + OSSL_LIB_CTX *libctx, const char *propq); # ifndef FIPS_MODULE /* -- cgit v1.2.3