From c78c293bf870d6835aaf8e304457db72de65d7e1 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 1 Dec 2018 21:18:17 +0100 Subject: [PATCH] Fix vim, err... typo ;-) --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 8cfdbc3..bd37f96 100755 --- a/testssl.sh +++ b/testssl.sh @@ -5818,7 +5818,7 @@ run_server_preference() { if [[ -n "$STARTTLS_OPTIMAL_PROTO" ]]; then addcmd2="$STARTTLS_OPTIMAL_PROTO $SNI" else - if [[ "$OPTIMAL_PR1866OTO" == -ssl2 ]]; then + if [[ "$OPTIMAL_PROTO" == -ssl2 ]]; then addcmd2="$OPTIMAL_PROTO" else addcmd2="-no_ssl2 $SNI"