From b49b1451c46ee4c584488c6516d56f274f76b71b Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 29 Oct 2014 20:23:21 +0100 Subject: [PATCH] FIX: for FreeBSD and spaces in "Local problem ..." --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 1ef58f0..4e7b2eb 100755 --- a/testssl.sh +++ b/testssl.sh @@ -462,7 +462,7 @@ std_cipherlists() { fi rm $TMPFILE else - singlespaces=`echo "$2" | sed -e 's/ \+/ /g' -e 's/^ //' -e 's/ $//g'` + singlespaces=`echo "$2" | sed -e 's/ \+/ /g' -e 's/^ //' -e 's/ $//g' -e 's/ //g'`` magentaln "Local problem: No $singlespaces configured in $OPENSSL" fi # we need lf in those cases: