From: Rich Salz Date: Fri, 11 Mar 2016 15:38:45 +0000 (-0500) Subject: Make update to catch function renames. X-Git-Tag: OpenSSL_1_1_0-pre4~56 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=178da24425dd9b26950dcdabb233d5564116a945 Make update to catch function renames. Reviewed-by: Emilia Käsper --- diff --git a/util/libcrypto.num b/util/libcrypto.num index 33225ea85c..7691769c2b 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4057,5 +4057,5 @@ ECPKPARAMETERS_it 3923 1_1_0 EXIST:EXPORT_VAR_AS_FUNCTION: EC_GROUP_get_ecparameters 3924 1_1_0 EXIST::FUNCTION:EC DHparams_it 3925 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:DH DHparams_it 3925 1_1_0 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:DH -EVP_blake2b_512 3926 1_1_0 EXIST::FUNCTION:BLAKE2 -EVP_blake2s_256 3927 1_1_0 EXIST::FUNCTION:BLAKE2 +EVP_blake2s256 3926 1_1_0 EXIST::FUNCTION:BLAKE2 +EVP_blake2b512 3927 1_1_0 EXIST::FUNCTION:BLAKE2