Skip to content

Commit 4ff442a

Browse files
committed
Backport of fix for #1021
Note: The order of an if-statement matters if a variable isn't declared. ;-) Probably this 2.9.5 can live without it but rather play safe and clean...
1 parent 48a702a commit 4ff442a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13086,6 +13086,7 @@ initialize_globals() {
1308613086
do_tls_sockets=false
1308713087
do_client_simulation=false
1308813088
do_display_only=false
13089+
do_starttls=true
1308913090
}
1309013091

1309113092

0 commit comments

Comments
 (0)