]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Re-enable https:// URL handling after merges
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 5 Feb 2017 17:20:04 +0000 (06:20 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 5 Feb 2017 17:20:04 +0000 (06:20 +1300)
src/url.cc

index 56c7854e5519dd256d793212beedd79d74235a80..eaa3f1137565b73c6112e6cd811e7c468fb7b298 100644 (file)
@@ -830,7 +830,7 @@ urlCheckRequest(const HttpRequest * r)
         break;
 
     case AnyP::PROTO_HTTPS:
-#if USE_OPENSSL
+#if USE_OPENSSL || USE_GNUTLS
         rc = 1;
 #else
         /*