This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 19691821855ce76d42b82d3af4441b4451f9ad6c Author: Masakazu Kitajo <[email protected]> AuthorDate: Tue Jul 30 17:09:11 2024 -0600 Remove a false comment (#11630) (cherry picked from commit dce125c36f3b79f9cc278ae193c44b7bd7b37ccd) --- src/iocore/net/SSLUtils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iocore/net/SSLUtils.cc b/src/iocore/net/SSLUtils.cc index 8978989000..699cd17c6a 100644 --- a/src/iocore/net/SSLUtils.cc +++ b/src/iocore/net/SSLUtils.cc @@ -1116,7 +1116,7 @@ void SSLMultiCertConfigLoader::_set_handshake_callbacks(SSL_CTX *ctx) { // Make sure the callbacks are set -#if !HAVE_SSL_CTX_SET_SELECT_CERTIFICATE_CB // For OpenSSL < 1.1.1, we should be able to remove this +#if !HAVE_SSL_CTX_SET_SELECT_CERTIFICATE_CB SSL_CTX_set_cert_cb(ctx, ssl_cert_callback, nullptr); SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_callback); #endif
