From c0fb2d1f70495d92b2b8a61ebd057b191a0faa38 Mon Sep 17 00:00:00 2001 From: enxio Date: Mon, 14 Mar 2022 15:27:55 +0100 Subject: [PATCH] Declare missing variable, style. --- testssl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 5f3673f..6e3429d 100755 --- a/testssl.sh +++ b/testssl.sh @@ -11160,7 +11160,7 @@ starttls_mysql_dialog() { } starttls_telnet_dialog() { - debugme echo "=== starting telnet STARTTLS dialog ===" + local debugpad=" > " local tnres="" local -i ret=0 local msg1=" @@ -11169,6 +11169,7 @@ starttls_telnet_dialog() { , xff, xfa, x2e, x01, xff, xf0 " + debugme echo "=== starting telnet STARTTLS dialog ===" socksend "${msg1}" 0 && debugme echo "${debugpad}initiated STARTTLS" && socksend "${msg2}" 1 && tnres=$(sockread_fast 20) && debugme echo "read succeeded"