summaryrefslogtreecommitdiffstats
path: root/ssl/s23_meth.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/s23_meth.c')
-rw-r--r--ssl/s23_meth.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/s23_meth.c b/ssl/s23_meth.c
index 40eae0f0be..bf4736d3ab 100644
--- a/ssl/s23_meth.c
+++ b/ssl/s23_meth.c
@@ -63,11 +63,6 @@
static const SSL_METHOD *ssl23_get_method(int ver);
static const SSL_METHOD *ssl23_get_method(int ver)
{
-#ifndef OPENSSL_NO_SSL2
- if (ver == SSL2_VERSION)
- return(SSLv2_method());
- else
-#endif
#ifndef OPENSSL_NO_SSL3
if (ver == SSL3_VERSION)
return(SSLv3_method());