From bc6367d3ad8a7104f046b77a58f35a4d0ecf1b52 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Tue, 26 Jul 2016 11:21:23 -0400 Subject: [PATCH] Update testssl.sh --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 436b70e..cb22fd7 100755 --- a/testssl.sh +++ b/testssl.sh @@ -7840,7 +7840,7 @@ determine_optimal_proto() { done debugme echo "OPTIMAL_PROTO: $OPTIMAL_PROTO" if [[ "$OPTIMAL_PROTO" == "-ssl2" ]]; then - pr_warningln "$NODEIP:$PORT appears to only support SSLv2." + pr_magentaln "$NODEIP:$PORT appears to only support SSLv2." ignore_no_or_lame " Type \"yes\" to accept some false negatives or positives " [[ $? -ne 0 ]] && exit -2 fi