diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2021-12-15 14:45:34 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2021-12-16 13:49:52 -0500 |
commit | 79d6057f1bb4e24b3d86102e27a64693af1eafff (patch) | |
tree | 3521ecf681943782f76cba29e606df388c49f564 /CMakeLists.txt | |
parent | cb26b2c7a7622946e9c40f60cb2915d362a0d651 (diff) | |
download | curl-79d6057f1bb4e24b3d86102e27a64693af1eafff.tar.gz |
openssl: define HAVE_OPENSSL_VERSION for OpenSSL 1.1.0+
Prior to this change OpenSSL_version was only detected in configure
builds. For other builds the old version parsing code was used which
would result in incorrect versioning for OpenSSL 3:
Before:
curl 7.80.0 (i386-pc-win32) libcurl/7.80.0 OpenSSL/3.0.0a zlib/1.2.11
WinIDN libssh2/1.9.0
After:
curl 7.80.0 (i386-pc-win32) libcurl/7.80.0 OpenSSL/3.0.1 zlib/1.2.11
WinIDN libssh2/1.9.0
Reported-by: lllaffer@users.noreply.github.com
Fixes https://github.com/curl/curl/issues/8154
Closes https://github.com/curl/curl/pull/8155
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions