add lf before -E
This commit is contained in:
parent
5ea5ae5a53
commit
e7a35934ae
|
@ -2753,6 +2753,7 @@ run_cipher_per_proto() {
|
|||
"$FAST" && using_sockets=false
|
||||
[[ $TLS_NR_CIPHERS == 0 ]] && using_sockets=false
|
||||
|
||||
outln
|
||||
if "$using_sockets"; then
|
||||
pr_headlineln " Testing per protocol via OpenSSL and sockets against the server, ordered by encryption strength "
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue