mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Fix copy and paste error
This commit fixes a bug that was introduced by an accidental copy and paste.
This commit is contained in:
parent
f492cf0336
commit
8697e3417a
@ -9276,7 +9276,7 @@ run_server_defaults() {
|
|||||||
if [[ -z "${ciphers_to_test[n+1]}" ]]; then
|
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]/aDSS/}"
|
||||||
ciphers_to_test[n+1]="${ciphers_to_test[n+1]/::/:}"
|
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
|
fi
|
||||||
ciphers_to_test[n]="aDSS"
|
ciphers_to_test[n]="aDSS"
|
||||||
elif [[ "$ciph" == TLS_DH_* ]]; then
|
elif [[ "$ciph" == TLS_DH_* ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user