]> git.ipfire.org Git - thirdparty/curl.git/commit
curl-openssl.m4: show correct output for OpenSSL v3
authorDaniel Stenberg <daniel@haxx.se>
Sat, 21 Aug 2021 21:27:50 +0000 (23:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 22 Aug 2021 10:29:55 +0000 (12:29 +0200)
commitf09030b63867895cccffbd3d61ef6d3dd86c4307
tree2a81afb985aff81ebb7128f20508b1af82ce1566
parent9cb395dcc9b94d8ab9b66f869b4f99842fa14191
curl-openssl.m4: show correct output for OpenSSL v3

Using 3.0.0 versions configure should now show this:

checking for OpenSSL headers version... 3.0.0 - 0x300
checking for OpenSSL library version... 3.0.0
checking for OpenSSL headers and library versions matching... yes

This output doesn't actually change what configure generates but is only
"cosmetic".

Reported-by: Randall S. Becker
Fixes #7606
Closes #7608
m4/curl-openssl.m4