Use SSL_TLSV1 only if at least TLS v1.0 is needed.
[openssl.git] / ssl / ssl_ciph.c
index 0cecd929a3aece10fbcb2ecb3b64a4165d595d37..5d0ec23607b78acef222495fbb41554a1bda297a 100644 (file)
@@ -389,7 +389,7 @@ static const SSL_CIPHER cipher_aliases[] = {
 
     /* protocol version aliases */
     {0, SSL_TXT_SSLV3, 0, 0, 0, 0, 0, SSL_SSLV3, 0, 0, 0, 0},
-    {0, SSL_TXT_TLSV1, 0, 0, 0, 0, 0, SSL_TLSV1, 0, 0, 0, 0},
+    {0, SSL_TXT_TLSV1, 0, 0, 0, 0, 0, SSL_SSLV3, 0, 0, 0, 0},
     {0, SSL_TXT_TLSV1_2, 0, 0, 0, 0, 0, SSL_TLSV1_2, 0, 0, 0, 0},
 
     /* export flag */