fix if statement

This commit is contained in:
Dirk 2016-09-28 08:00:56 +02:00
parent 9f313f15ea
commit a54df8a55b

View File

@ -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"