From d4bb2dd90654b6179203d95d39c3fda0e0a42a61 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Thu, 7 May 2020 12:31:55 -0400 Subject: [PATCH] Fix copy and paste error This commit fixes a bug in the 3.0 branch that was introduced by an accidental copy and paste. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 9eef150..3d880ac 100755 --- a/testssl.sh +++ b/testssl.sh @@ -9061,7 +9061,7 @@ run_server_defaults() { if [[ -z "${ciphers_to_test[n+1]}" ]]; then ciphers_to_test[n+1]="${ciphers_to_test[n]/aDSS/}" ciphers_to_test[n+1]="${ciphers_to_test[n+1]/::/:}" - [[ "${ciphe-S 127.0.0.1rs_to_test[n+1]:0:1}" == : ]] && ciphers_to_test[n+1]="${ciphers_to_test[n+1]:1}" + [[ "${ciphers_to_test[n+1]:0:1}" == : ]] && ciphers_to_test[n+1]="${ciphers_to_test[n+1]:1}" fi ciphers_to_test[n]="aDSS" elif [[ "$ciph" == TLS_DH_* ]]; then