From c618b9a954f5af8de8374b8bb9b5cfe38137374a Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 18 Mar 2017 16:09:22 +0100 Subject: [PATCH] fix CR for standard cipherlists with debug=1 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index ae6fede..d401e36 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2363,7 +2363,7 @@ std_cipherlists() { ;; esac tmpfile_handle $FUNCNAME.$debugname.txt - [[ $DEBUG -ge 1 ]] && outln " -- $1" || outln #FIXME: should be in standard output at some time + [[ $DEBUG -ge 1 ]] && out " -- $1" || outln #FIXME: should be in standard output at some time else singlespaces=$(echo "$2" | sed -e 's/ \+/ /g' -e 's/^ //' -e 's/ $//g' -e 's/ //g') if [[ "$OPTIMAL_PROTO" == "-ssl2" ]]; then