1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-24 17:16:03 +02:00

Merge pull request from dcooper16/fix_cp_error

Fix copy and paste error
This commit is contained in:
Dirk Wetter 2020-05-07 19:38:28 +02:00 committed by GitHub
commit e53ea4a115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9312,7 +9312,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