]> git.ipfire.org Git - thirdparty/openssl.git/commit
Align util/libcrypto.num with the openssl-3.0 branch
authorRichard Levitte <levitte@openssl.org>
Fri, 7 Oct 2022 06:24:59 +0000 (08:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 10 Oct 2022 04:19:56 +0000 (06:19 +0200)
commit6e2f15ca93f0a7d0a91dfdba5e7010a4cf14b052
tree851e25c71a6155f88088dc091674103db48daa0a
parentaf33b200da8040c78dbfd8405878190980727171
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 <matt@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/19357)
util/libcrypto.num