mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-25 18:09:30 +01:00
FIX #641
This commit is contained in:
parent
205c522178
commit
9d9bfdf369
@ -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 $
|
||||
|
Loading…
Reference in New Issue
Block a user