Fixing a typo

master
Michael Zeltner 2014-02-14 20:44:15 +01:00
parent 3282c2c3a5
commit 8480e63ff7
No known key found for this signature in database
GPG Key ID: 4E35F65846C8F7DA
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ do
esac
done
if [ VERBOSE != 0 ] ; then
if [ $VERBOSE != 0 ] ; then
echo "Loading $($OPENSSLBIN ciphers -v $CIPHERSUITE 2>/dev/null|grep Kx|wc -l) ciphersuites from $(echo -n $($OPENSSLBIN version 2>/dev/null))"
$OPENSSLBIN ciphers ALL 2>/dev/null
fi