From 7597360775e1835e012f7bb6b8e1e8ee4557b341 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 24 Jan 2025 19:38:44 +0100 Subject: [PATCH] fix typo --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index d84d99d..21077d8 100755 --- a/testssl.sh +++ b/testssl.sh @@ -10168,7 +10168,7 @@ run_npn() { return 0 fi - # 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 + # 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 # TLS13_ONLY is tested here again, just to be sure, see npn_pre if "$HAS_TLS13" && ! $TLS13_ONLY ]] ; then proto="-no_tls1_3"