summaryrefslogtreecommitdiffstats
path: root/crypto/threads/mttest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/threads/mttest.c')
-rw-r--r--crypto/threads/mttest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/threads/mttest.c b/crypto/threads/mttest.c
index eba7aa8a6e..da2707ef7a 100644
--- a/crypto/threads/mttest.c
+++ b/crypto/threads/mttest.c
@@ -217,8 +217,6 @@ int main(int argc, char *argv[])
cache_stats=1;
else if (strcmp(*argv,"-ssl3") == 0)
ssl_method=SSLv3_method();
- else if (strcmp(*argv,"-ssl2") == 0)
- ssl_method=SSLv2_method();
else if (strcmp(*argv,"-CApath") == 0)
{
if (--argc < 1) goto bad;