]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
synch 2.4.x with trunk.
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Mar 2019 07:46:35 +0000 (07:46 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Mar 2019 07:46:35 +0000 (07:46 +0000)
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

modules/ssl/ssl_engine_io.c

index 6da8f10118fb4eee850b5c6f626f0d2320a5e95d..9f9b6c840ff8de8486bdeabb710c3cea3fec5241 100644 (file)
@@ -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)