summaryrefslogtreecommitdiff
path: root/cups/http-private.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-11-12 12:02:02 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-11-12 12:02:02 +0000
commitd627bfa00d075c7123b0199f44ed9d2f096009c4 (patch)
tree1ec4d1ec4714830faf3d10a3a39f3e044dd2e24a /cups/http-private.h
parent5513588c77147d8ce88a9c3ef45e6585327d4e2f (diff)
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
Diffstat (limited to 'cups/http-private.h')
-rw-r--r--cups/http-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/http-private.h b/cups/http-private.h
index ec5ad79fd..46e093c34 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 */
/*