From 1605606847d50390c17a916a5a2d17748ca4e17a Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 12 Feb 2015 10:00:31 +0100 Subject: [PATCH] - FIX for wrong color fuction --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 3f60eea..d5c5312 100755 --- a/testssl.sh +++ b/testssl.sh @@ -837,13 +837,13 @@ run_std_cipherlists() { std_cipherlists aNULL " Anonymous NULL Cipher " 1 std_cipherlists ADH " Anonymous DH Cipher " 1 if [[ "$OSSL_VER" = *chacha* ]]; then - out " 40 Bit encryption "; pr_magentaln "Local problem: $OPENSSL has a bug here" + out " 40 Bit encryption "; magentaln "Local problem: $OPENSSL has a bug here" else std_cipherlists EXPORT40 " 40 Bit encryption " 1 fi std_cipherlists EXPORT56 " 56 Bit encryption " 1 if [[ "$OSSL_VER" = *chacha* ]]; then - out " Export Cipher (general) "; pr_magentaln "Local problem: $OPENSSL has a bug here" + out " Export Cipher (general) "; magentaln "Local problem: $OPENSSL has a bug here" else std_cipherlists EXPORT " Export Cipher (general) " 1 fi