This commit is contained in:
Dirk 2017-02-21 17:46:10 +01:00
parent 205c522178
commit 9d9bfdf369

View File

@ -3219,7 +3219,7 @@ run_protocols() {
fi
pr_bold " SSLv3 $extra_spaces";
if "$using_sockets" && ! "$HAS_SSL3"; then
if "$using_sockets"; then
tls_sockets "00" "$TLS_CIPHER"
else
run_prototest_openssl "-ssl3"
@ -9106,4 +9106,4 @@ fi
exit $?
# $Id: testssl.sh,v 1.567 2017/02/21 10:21:33 dirkw Exp $
# $Id: testssl.sh,v 1.568 2017/02/21 16:46:08 dirkw Exp $