mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
fix if statement
This commit is contained in:
parent
9f313f15ea
commit
a54df8a55b
@ -3173,7 +3173,7 @@ run_protocols() {
|
||||
esac
|
||||
|
||||
pr_bold " TLS 1.2 $extra_spaces";
|
||||
if "$using_sockets"
|
||||
if "$using_sockets" ; then
|
||||
tls_sockets "03" "$TLS12_CIPHER"
|
||||
else
|
||||
run_prototest_openssl "-tls1_2"
|
||||
|
Loading…
Reference in New Issue
Block a user