Fixing a typo
This commit is contained in:
parent
3282c2c3a5
commit
8480e63ff7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue