mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
FIX: for FreeBSD and spaces in "Local problem ..."
This commit is contained in:
parent
ef5bf00094
commit
b49b1451c4
@ -462,7 +462,7 @@ std_cipherlists() {
|
|||||||
fi
|
fi
|
||||||
rm $TMPFILE
|
rm $TMPFILE
|
||||||
else
|
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"
|
magentaln "Local problem: No $singlespaces configured in $OPENSSL"
|
||||||
fi
|
fi
|
||||||
# we need lf in those cases:
|
# we need lf in those cases:
|
||||||
|
Loading…
Reference in New Issue
Block a user