2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-11-04 23:13:41 +01:00

Fixing a typo

This commit is contained in:
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

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