fix shell syntax PR#3216

(cherry picked from commit 080ae6843299c873808c04487d4ccf51624fe618)
This commit is contained in:
Dr. Stephen Henson 2014-01-10 23:03:47 +00:00
parent 0da40f0ffc
commit c44d95c1a7

View File

@ -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