]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix build after rev.14402 https_port currently still requires OpenSSL
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 19 Nov 2015 00:24:50 +0000 (16:24 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 19 Nov 2015 00:24:50 +0000 (16:24 -0800)
src/client_side.cc

index 6972eac4bc9c0412f4c5f9f4d939b1da1b947a3c..7498ab4f3883f0c48d94e3bdcc870ccd8dfc9433 100644 (file)
@@ -4290,12 +4290,12 @@ clientHttpConnectionsOpen(void)
                 Ssl::TheGlobalContextStorage.addLocalStorage(s->s, sz);
             }
         }
-#endif
 
         if (s->secure.encryptTransport && !s->staticSslContext) {
             debugs(1, DBG_CRITICAL, "ERROR: Ignoring " << scheme << "_port " << s->s << " due to TLS context initialization failure.");
             continue;
         }
+#endif
 
         // Fill out a Comm::Connection which IPC will open as a listener for us
         //  then pass back when active so we can start a TcpAcceptor subscription.