summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-10 16:41:01 +0000
committerBodo Möller <bodo@openssl.org>1999-09-10 16:41:01 +0000
commitcb0369d885c9df71f7fbd791ded0f706212f1f4c (patch)
treea452c9208c24de087cc03b4123a5ef4c1cf9e169 /test
parent778f1092ddd41d4c87ce2bc72603b8680b2ffd04 (diff)
Repair another bug in s23_get_client_hello:
tls1 did not survive to restarts, so get rid of it.
Diffstat (limited to 'test')
-rw-r--r--test/testssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testssl b/test/testssl
index 5a76bdf778..1d04b939f3 100644
--- a/test/testssl
+++ b/test/testssl
@@ -64,7 +64,7 @@ echo test sslv2/sslv3 via BIO pair
./ssltest || exit 1
echo test sslv2/sslv3 w/o DHE via BIO pair
-./ssltest -no_dhe || exit 1
+./ssltest -bio_pair -no_dhe || exit 1
echo test sslv2/sslv3 with server authentication
./ssltest -bio_pair -server_auth -CApath ../certs || exit 1