From: msweet Date: Wed, 12 Nov 2014 12:02:02 +0000 (+0000) Subject: Whoops, RC4 and SSL3 need separate bit values. X-Git-Tag: v2.2b1~447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d627bfa00d075c7123b0199f44ed9d2f096009c4;p=thirdparty%2Fcups.git Whoops, RC4 and SSL3 need separate bit values. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12241 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/cups/http-private.h b/cups/http-private.h index ec5ad79fdd..46e093c347 100644 --- a/cups/http-private.h +++ b/cups/http-private.h @@ -163,7 +163,7 @@ extern "C" { #define _HTTP_RESOLVE_FAXOUT 4 /* Resolve FaxOut service? */ #define _HTTP_TLS_ALLOW_RC4 1 /* Allow RC4 cipher suites */ -#define _HTTP_TLS_ALLOW_SSL3 1 /* Allow SSL 3.0 */ +#define _HTTP_TLS_ALLOW_SSL3 2 /* Allow SSL 3.0 */ /*