add lf before -E

This commit is contained in:
Dirk 2017-01-17 12:00:18 +01:00
parent 5ea5ae5a53
commit e7a35934ae
1 changed files with 1 additions and 0 deletions

View File

@ -2753,6 +2753,7 @@ run_cipher_per_proto() {
"$FAST" && using_sockets=false "$FAST" && using_sockets=false
[[ $TLS_NR_CIPHERS == 0 ]] && using_sockets=false [[ $TLS_NR_CIPHERS == 0 ]] && using_sockets=false
outln
if "$using_sockets"; then if "$using_sockets"; then
pr_headlineln " Testing per protocol via OpenSSL and sockets against the server, ordered by encryption strength " pr_headlineln " Testing per protocol via OpenSSL and sockets against the server, ordered by encryption strength "
else else