aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-06 15:21:02 +0000
committerBen Laurie <ben@openssl.org>1999-03-06 15:21:02 +0000
commitbc3482442acb6269733a36abb995853e7ce20aae (patch)
treeaf14872ed53f8b5a0885c849f0d136839d561cd7 /ssl/s3_lib.c
parenta49034aba9f9adf4278e23ab7dc8cb8bb1b83892 (diff)
downloadopenssl-bc3482442acb6269733a36abb995853e7ce20aae.tar.gz
Disable new TLS1 ciphersuites.
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index c32b716041..78afd87ced 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -355,6 +355,7 @@ SSL_CIPHER ssl3_ciphers[]={
SSL_ALL_CIPHERS,
},
+#if TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES
/* New TLS Export CipherSuites */
/* Cipher 60 */
{
@@ -383,6 +384,7 @@ SSL_CIPHER ssl3_ciphers[]={
0,
SSL_ALL_CIPHERS
},
+#endif
/* end of list */
};