(In a container so this isn't that relevant... Linux cheekon-x86_64 5.16.0-051600-generic #202201092355 SMP PREEMPT Mon Jan 10 00:21:11 UTC 2022 x86_64 GNU/Linux)
Relevant configure output:
checking for OpenSSL headers version... 3.0.1 - 0x301
checking for OpenSSL library version... 3.0.0
checking for OpenSSL headers and library versions matching... no
configure: WARNING: OpenSSL headers and library versions do not match.
Looks like OpenSSL will report the library version as 3.0.0 for all minor version updates of OpenSSL as per: openssl/openssl#17516
The text was updated successfully, but these errors were encountered:
I did this
Built curl with OpenSSL 3.0.1
I expected the following
Configure script should not warn about OpenSSL headers and library versions not matching in this case.
curl/libcurl version
[curl -V output]
operating system
(In a container so this isn't that relevant...
Linux cheekon-x86_64 5.16.0-051600-generic #202201092355 SMP PREEMPT Mon Jan 10 00:21:11 UTC 2022 x86_64 GNU/Linux
)Relevant configure output:
Looks like OpenSSL will report the library version as 3.0.0 for all minor version updates of OpenSSL as per: openssl/openssl#17516
The text was updated successfully, but these errors were encountered: