Skip to content

Commit 7597360

Browse files
committed
fix typo
1 parent f321bcf commit 7597360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10168,7 +10168,7 @@ run_npn() {
1016810168
return 0
1016910169
fi
1017010170

10171-
# 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
10171+
# 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
1017210172
# TLS13_ONLY is tested here again, just to be sure, see npn_pre
1017310173
if "$HAS_TLS13" && ! $TLS13_ONLY ]] ; then
1017410174
proto="-no_tls1_3"

0 commit comments

Comments
 (0)