From: Christophe Jaillet Date: Tue, 12 Nov 2019 21:28:31 +0000 (+0000) Subject: Remove some trailing spaces that were merged in r1841573 in order to complete the... X-Git-Tag: 2.4.42~207 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=636d6c0f30547ef237e034e5fa843b9430148082;p=thirdparty%2Fapache%2Fhttpd.git Remove some trailing spaces that were merged in r1841573 in order to complete the corresponding backports and synch with trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1869711 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c index f54c922fc79..fee17808298 100644 --- a/modules/ssl/ssl_engine_init.c +++ b/modules/ssl/ssl_engine_init.c @@ -680,7 +680,7 @@ static apr_status_t ssl_init_ctx_protocol(server_rec *s, #if SSL_HAVE_PROTOCOL_TLSV1_3 if (SSL_HAVE_PROTOCOL_TLSV1_3 && (protocol & SSL_PROTOCOL_TLSV1_3)) { prot = TLS1_3_VERSION; - } else + } else #endif if (protocol & SSL_PROTOCOL_TLSV1_2) { prot = TLS1_2_VERSION;