Skip to content

Commit

Permalink
Merge pull request #1624 from dcooper16/fix_cp_error_30
Browse files Browse the repository at this point in the history
Fix copy and paste error
  • Loading branch information
drwetter authored May 7, 2020
2 parents f49d734 + d4bb2dd commit fb80e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb80e1c

Please sign in to comment.