]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Revert ssl mode flag for now.
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 22 Apr 2010 10:39:28 +0000 (22:39 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 22 Apr 2010 10:39:28 +0000 (22:39 +1200)
src/cache_cf.cc

index 9ae9b94544ba0c0ab890194a25417996c1cdcac8..7b1ccb920be0fcfddb325f9b3828cc1c2b8ebcd0 100644 (file)
@@ -3136,8 +3136,6 @@ parse_http_port_option(http_port_list * s, char *token)
 #if USE_SSL
     } else if (strcmp(token, "sslBump") == 0) {
         s->sslBump = 1; // accelerated when bumped, otherwise not
-    } else if (strcmp(token, "ssl") == 0) {
-        s->ssl = 1;
     } else if (strncmp(token, "cert=", 5) == 0) {
         safe_free(s->cert);
         s->cert = xstrdup(token + 5);