Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
proton-c-0.31.0
-
None
-
None
Description
OpenSSL 3.0.0 deprecates SSL_CTX_load_verify_locations.
As -Werror is turned on by default, the warning causes a build failure:
qpid-proton-0.31.0/c/src/ssl/openssl.c:722:3: error: 'SSL_CTX_load_verify_locations' is deprecated [-Werror=deprecated-declarations] 722 | if (SSL_CTX_load_verify_locations( domain->ctx, file, dir ) != 1) {
Attachments
Issue Links
- is duplicated by
-
PROTON-2544 Build fails on Fedora 36 + Ubuntu 22.04
- Closed