From: Dr. Stephen Henson Date: Fri, 10 Jan 2014 23:03:47 +0000 (+0000) Subject: fix shell syntax PR#3216 X-Git-Tag: OpenSSL_1_0_0m~94 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=080ae6843299c873808c04487d4ccf51624fe618;p=oweals%2Fopenssl.git fix shell syntax PR#3216 --- diff --git a/test/testssl b/test/testssl index 04341e921c..1497d29881 100644 --- a/test/testssl +++ b/test/testssl @@ -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