Update the SHA* documentation
[openssl.git] / apps / ciphers.c
index f36db2096b1a4c7f9c8b0e9985079bf279e5973a..803b021f5c46fcb33e3cea5844150e5c09a0a2e2 100644 (file)
@@ -129,10 +129,8 @@ int MAIN(int argc, char **argv)
         else if (strcmp(*argv, "-ssl3") == 0)
             meth = SSLv3_client_method();
 #endif
-#ifndef OPENSSL_NO_TLS1
         else if (strcmp(*argv, "-tls1") == 0)
             meth = TLSv1_client_method();
-#endif
         else if ((strncmp(*argv, "-h", 2) == 0) || (strcmp(*argv, "-?") == 0)) {
             badops = 1;
             break;