From: Amos Jeffries Date: Thu, 22 Apr 2010 10:39:28 +0000 (+1200) Subject: Revert ssl mode flag for now. X-Git-Tag: SQUID_3_2_0_1~278 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46e19c89bbd4db2356f8740c3832cb7590f8cb87;p=thirdparty%2Fsquid.git Revert ssl mode flag for now. --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 9ae9b94544..7b1ccb920b 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -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);