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:
parent
3282c2c3a5
commit
8480e63ff7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user