summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-06-20 08:50:33 +0000
committerBodo Möller <bodo@openssl.org>2006-06-20 08:50:33 +0000
commit35908bd04005d9173315df6aae91f0140f63144b (patch)
tree6e8468f3657e373d8c61c40a6c1eb34776ccf6f8 /ssl/s3_lib.c
parent4a9cfd763eaba36701caa673b433e716b8d2949f (diff)
Remove ECC ciphersuites from 0.9.8 branch (should use 0.9.9 branch)
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 0eff243c12..f08c9932c9 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -1165,6 +1165,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
},
#endif /* OPENSSL_NO_CAMELLIA */
+#if 0 /* please use OpenSSL 0.9.9 branch for ECC ciphersuites */
#ifndef OPENSSL_NO_ECDH
/* Cipher C001 */
{
@@ -1516,6 +1517,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
SSL_ALL_STRENGTHS,
},
#endif /* OPENSSL_NO_ECDH */
+#endif
/* end of list */