From: Christophe Jaillet Date: Fri, 15 Mar 2019 07:46:35 +0000 (+0000) Subject: synch 2.4.x with trunk. X-Git-Tag: 2.4.39~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eba87f7cdc53d2a009513c536bb034a320a3493;p=thirdparty%2Fapache%2Fhttpd.git synch 2.4.x with trunk. When r1729208 has been backported in 2.4.x (see r1743576), a coment has been missed in the backport proposal and has never reached 2.4.x. Add it now, in order to synch a bit the 2 branches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1855572 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index 6da8f10118f..9f9b6c840ff 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/ssl_engine_io.c @@ -1238,7 +1238,7 @@ static apr_status_t ssl_io_filter_handshake(ssl_filter_ctx_t *filter_ctx) ssl_log_ssl_error(SSLLOG_MARK, APLOG_WARNING, server); } } -#endif +#endif /* defined HAVE_TLSEXT */ if ((n = SSL_connect(filter_ctx->pssl)) <= 0) { ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, c, APLOGNO(02003)