From f0f6b1a4fbd4030041a2c63dfd55dfe4297a3096 Mon Sep 17 00:00:00 2001 From: mum-viadee Date: Fri, 12 May 2023 14:26:27 +0200 Subject: [PATCH] Typo in comment corrected --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 1b8e45d..cba67cb 100755 --- a/testssl.sh +++ b/testssl.sh @@ -16896,7 +16896,7 @@ run_renego() { local hint="" local jsonID="" local ssl_reneg_attempts=$SSL_RENEG_ATTEMPTS - # SNI is needed here as openssl return an error if missing + # SNI is needed here as openssl returns an error if missing "$HAS_TLS13" && [[ -z "$proto" ]] && proto="-no_tls1_3"