mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Remove trailing spaces to get rid of failing status of CI
This commit is contained in:
parent
ed38cbeed3
commit
b6c18f5e4e
@ -5062,7 +5062,7 @@ run_client_simulation() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# generic function whether $1 is supported by s_client.
|
# generic function whether $1 is supported by s_client.
|
||||||
# Currently only used for protocols that's why we saved -connect $NXCONNECT.
|
# Currently only used for protocols that's why we saved -connect $NXCONNECT.
|
||||||
sclient_supported() {
|
sclient_supported() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
-ssl2)
|
-ssl2)
|
||||||
@ -17128,7 +17128,7 @@ run_tls_fallback_scsv() {
|
|||||||
high_proto="$p"
|
high_proto="$p"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$p" == ssl3 ]] && ! "$HAS_SSL3"; then
|
if [[ "$p" == ssl3 ]] && ! "$HAS_SSL3"; then
|
||||||
"$using_sockets" || continue
|
"$using_sockets" || continue
|
||||||
tls_sockets "00" "$TLS_CIPHER" "" "" "true"
|
tls_sockets "00" "$TLS_CIPHER" "" "" "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user