mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-08 09:40:57 +01:00
Fix vim, err... typo ;-)
This commit is contained in:
parent
ab55c26424
commit
c78c293bf8
@ -5818,7 +5818,7 @@ run_server_preference() {
|
|||||||
if [[ -n "$STARTTLS_OPTIMAL_PROTO" ]]; then
|
if [[ -n "$STARTTLS_OPTIMAL_PROTO" ]]; then
|
||||||
addcmd2="$STARTTLS_OPTIMAL_PROTO $SNI"
|
addcmd2="$STARTTLS_OPTIMAL_PROTO $SNI"
|
||||||
else
|
else
|
||||||
if [[ "$OPTIMAL_PR1866OTO" == -ssl2 ]]; then
|
if [[ "$OPTIMAL_PROTO" == -ssl2 ]]; then
|
||||||
addcmd2="$OPTIMAL_PROTO"
|
addcmd2="$OPTIMAL_PROTO"
|
||||||
else
|
else
|
||||||
addcmd2="-no_ssl2 $SNI"
|
addcmd2="-no_ssl2 $SNI"
|
||||||
|
Loading…
Reference in New Issue
Block a user