]> granicus.if.org Git - apache/commitdiff
Silly module, we don't need compat.h :)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 16 Mar 2002 17:55:07 +0000 (17:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 16 Mar 2002 17:55:07 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93964 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_ext.c

index 9f1448cb3ceec582cd12705025d1a36f4354bd53..c0b17dca727cce36e9a0f30104e7e2941d253fd9 100644 (file)
@@ -136,9 +136,9 @@ static void ssl_ext_mp_init(server_rec *s, pool *p)
                     cpVHostID);
             ssl_die();
         }
-        cp = ap_pstrcat(p, (sc->nProxyProtocol & SSL_PROTOCOL_SSLV2 ? "SSLv2, " : ""), 
-                           (sc->nProxyProtocol & SSL_PROTOCOL_SSLV3 ? "SSLv3, " : ""), 
-                           (sc->nProxyProtocol & SSL_PROTOCOL_TLSV1 ? "TLSv1, " : ""), NULL);
+        cp = apr_pstrcat(p, (sc->nProxyProtocol & SSL_PROTOCOL_SSLV2 ? "SSLv2, " : ""), 
+                            (sc->nProxyProtocol & SSL_PROTOCOL_SSLV3 ? "SSLv3, " : ""), 
+                            (sc->nProxyProtocol & SSL_PROTOCOL_TLSV1 ? "TLSv1, " : ""), NULL);
         cp[strlen(cp)-2] = NUL;
         ssl_log(s, SSL_LOG_TRACE, 
                 "Init: (%s) Creating new proxy SSL context (protocols: %s)",