From: Richard Levitte Date: Fri, 7 Oct 2022 06:24:59 +0000 (+0200) Subject: Align util/libcrypto.num with the openssl-3.0 branch X-Git-Tag: openssl-3.2.0-alpha1~1947 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e2f15ca93f0a7d0a91dfdba5e7010a4cf14b052;p=thirdparty%2Fopenssl.git Align util/libcrypto.num with the openssl-3.0 branch OPENSSL_strcasecmp() and OPENSSL_strncasecmp() appeared in OpenSSL 3.0.3, and were assigned numbers in util/libcrypto.num. These numbers must be transported up to the master branch as long as development of OpenSSL 3.x is going on there (as indicated by the version info found in VERSION.dat). Reviewed-by: Matt Caswell Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/19357) --- diff --git a/util/libcrypto.num b/util/libcrypto.num index 4518ef477da..ba446222108 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5425,6 +5425,8 @@ ASN1_item_d2i_ex 5552 3_0_0 EXIST::FUNCTION: ASN1_TIME_print_ex 5553 3_0_0 EXIST::FUNCTION: EVP_PKEY_get0_provider 5554 3_0_0 EXIST::FUNCTION: EVP_PKEY_CTX_get0_provider 5555 3_0_0 EXIST::FUNCTION: +OPENSSL_strcasecmp 5556 3_0_3 EXIST::FUNCTION: +OPENSSL_strncasecmp 5557 3_0_3 EXIST::FUNCTION: X509_PUBKEY_set0_public_key ? 3_2_0 EXIST::FUNCTION: OSSL_STACK_OF_X509_free ? 3_2_0 EXIST::FUNCTION: EVP_MD_CTX_dup ? 3_2_0 EXIST::FUNCTION: @@ -5446,8 +5448,6 @@ CMS_EnvelopedData_decrypt ? 3_2_0 EXIST::FUNCTION:CMS CMS_SignedData_free ? 3_2_0 EXIST::FUNCTION:CMS CMS_SignedData_new ? 3_2_0 EXIST::FUNCTION:CMS CMS_SignedData_verify ? 3_2_0 EXIST::FUNCTION:CMS -OPENSSL_strcasecmp ? 3_0_3 EXIST::FUNCTION: -OPENSSL_strncasecmp ? 3_0_3 EXIST::FUNCTION: BIO_s_dgram_mem ? 3_2_0 EXIST::FUNCTION: BIO_recvmmsg ? 3_2_0 EXIST::FUNCTION: BIO_sendmmsg ? 3_2_0 EXIST::FUNCTION: