From 5b57fe0a1ed1162d4bbaed28d5046300be42d6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 14 Jun 2006 17:51:46 +0000 Subject: Disable invalid ciphersuites --- ssl/tls1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/tls1.h') diff --git a/ssl/tls1.h b/ssl/tls1.h index 1c1ca1533b..d6687a8fe4 100644 --- a/ssl/tls1.h +++ b/ssl/tls1.h @@ -157,7 +157,7 @@ extern "C" { #endif -#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 1 +#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0 #define TLS1_VERSION 0x0301 #define TLS1_VERSION_MAJOR 0x03 -- cgit v1.2.3