Remove ECC ciphersuites from 0.9.8 branch (should use 0.9.9 branch)

This commit is contained in:
Bodo Möller
2006-06-20 08:50:33 +00:00
parent 4a9cfd763e
commit 35908bd040
2 changed files with 7 additions and 0 deletions

View File

@@ -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 */