From bbdf19df8500d4ffab335a9f0594c1df47e92d7c Mon Sep 17 00:00:00 2001 From: David Cooper Date: Tue, 4 Mar 2025 14:01:50 -0800 Subject: [PATCH] Fix typo This commit fixes a typo that was introduced by #2656. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 04f6f09..c2f06a2 100755 --- a/testssl.sh +++ b/testssl.sh @@ -17037,7 +17037,7 @@ run_ticketbleed() { "$HAS_TLS13" && tls_proto="-no_tls1_3" $OPENSSL s_client $(s_client_options "$STARTTLS $BUGS $tls_proto -connect $NODEIP:$PORT $PROXY") >$TMPFILE 2>$ERRFILE