]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_sha512_255: fix detection of OpenSSL 1.1.1 or later
authorPaul Howarth <paul@city-fan.org>
Wed, 27 Mar 2024 18:17:54 +0000 (18:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Mar 2024 08:19:08 +0000 (09:19 +0100)
commitc77bdf17f7d7db399ce370fac5f06d1b43267993
treecaed7811c2242bf8a43113a92eb4ec104bab4795
parentd82869d7a5793ac6e14f4a4b1e0aed91528e6e0f
curl_sha512_255: fix detection of OpenSSL 1.1.1 or later

Use the same OPENSSL_VERSION_NUMBER comparison as in lib/vtls/openssl.c.

Closes #13208
lib/curl_sha512_256.c