You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/11/12 21:28:31 UTC

svn commit: r1869711 - /httpd/httpd/branches/2.4.x/modules/ssl/ssl_engine_init.c

Author: jailletc36
Date: Tue Nov 12 21:28:31 2019
New Revision: 1869711

URL: http://svn.apache.org/viewvc?rev=1869711&view=rev
Log:
Remove some trailing spaces that were merged in r1841573 in order to complete the corresponding backports and synch with trunk.

Modified:
    httpd/httpd/branches/2.4.x/modules/ssl/ssl_engine_init.c

Modified: httpd/httpd/branches/2.4.x/modules/ssl/ssl_engine_init.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/ssl/ssl_engine_init.c?rev=1869711&r1=1869710&r2=1869711&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/ssl/ssl_engine_init.c (original)
+++ httpd/httpd/branches/2.4.x/modules/ssl/ssl_engine_init.c Tue Nov 12 21:28:31 2019
@@ -680,7 +680,7 @@ static apr_status_t ssl_init_ctx_protoco
 #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;