From: Amos Jeffries Date: Sat, 14 Jan 2017 15:32:48 +0000 (+1300) Subject: Enable https:// URLs X-Git-Tag: M-staged-PR71~284^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3bcd4a8f7fea977347bf6ef0084ea993df38a38;p=thirdparty%2Fsquid.git Enable https:// URLs --- diff --git a/src/url.cc b/src/url.cc index 56c7854e55..eaa3f11375 100644 --- a/src/url.cc +++ b/src/url.cc @@ -830,7 +830,7 @@ urlCheckRequest(const HttpRequest * r) break; case AnyP::PROTO_HTTPS: -#if USE_OPENSSL +#if USE_OPENSSL || USE_GNUTLS rc = 1; #else /*