From 8e4970c408d233828c93ab96e923592245a7c0fb Mon Sep 17 00:00:00 2001 From: Peter Mosmans Date: Mon, 1 Jun 2015 14:16:31 +0200 Subject: [PATCH] Minor textual fix (added space) --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index e6b9222..14e5318 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2467,7 +2467,7 @@ renego() { echo R | $OPENSSL s_client $legacycmd $STARTTLS -msg -connect $NODEIP:$PORT &>$TMPFILE & # msg enables us to look deeper into it while debugging wait_kill $! $HEADER_MAXSLEEP if [ $? -eq 3 ]; then - pr_litegreen "likely not vulnerable (OK)"; outln "(timed out)" # it hung + pr_litegreen "likely not vulnerable (OK)"; outln " (timed out)" # it hung sec_client_renego=1 else # second try in the foreground as we are sure now it won't hang