Skip to content

Commit d9b293f

Browse files
committed
fix typo
1 parent 43a0099 commit d9b293f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11299,7 +11299,7 @@ run_npn() {
1129911299
return 0
1130011300
fi
1130111301

11302-
# TLS 1.3 s_client doesn't support -nextprotoneg when connecting with TLS 1.3. So we need to make sure it wont be used
11302+
# TLS 1.3 s_client doesn't support -nextprotoneg when connecting with TLS 1.3. So we need to make sure it won't be used
1130311303
# TLS13_ONLY is tested here again, just to be sure, see npn_pre
1130411304
if "$HAS_TLS13" && ! $TLS13_ONLY ]] ; then
1130511305
proto="-no_tls1_3"

0 commit comments

Comments
 (0)