rc-matthew-l-weber opened a new pull request #175: src/ssl/openssl: add libressl compatibility URL: https://github.com/apache/qpid-proton/pull/175 Similar to https://github.com/FreeRDP/FreeRDP/issues/5049 libressl has `#define OPENSSL_VERSION_NUMBER ` defined the same as openssl 1.1.x which results in SSL_CTX_set_security_level() getting used. This patch prevents SSL_CTX_<get/set>_security_level() from being used with libressl. Signed-off-by: Matthew Weber <[email protected]>
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
