fix shell syntax PR#3216
This commit is contained in:
parent
6c6f6c44e5
commit
080ae68432
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ for protocol in SSLv3; do
|
|||
for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
|
||||
echo "Testing $cipher"
|
||||
prot=""
|
||||
if [ $protocol == "SSLv3" ] ; then
|
||||
if [ $protocol = "SSLv3" ] ; then
|
||||
prot="-ssl3"
|
||||
fi
|
||||
$ssltest -cipher $cipher $prot
|
||||
|
|
Loading…
Reference in a new issue