[ 
https://issues.apache.org/jira/browse/PROTON-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125166#comment-17125166
 ] 

ASF GitHub Bot commented on PROTON-2238:
----------------------------------------

ciz opened a new pull request #257:
URL: https://github.com/apache/qpid-proton/pull/257


   Use SSL_CTX_load_verify_dir and SSL_CTX_load_verify_file instead of 
SSL_CTX_load_verify_locations when compiling with openssl >= 3.0.0.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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
>            Priority: Minor
>
> 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