Vitezslav Cizek created PROTON-2238:
---------------------------------------

             Summary: qpid-proton doesn't build with OpenSSL 3.0.0
                 Key: PROTON-2238
                 URL: https://issues.apache.org/jira/browse/PROTON-2238
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-c
    Affects Versions: proton-c-0.31.0
            Reporter: Vitezslav Cizek


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) {



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to