fix shell syntax PR#3216
authorDr. Stephen Henson <steve@openssl.org>
Fri, 10 Jan 2014 23:03:47 +0000 (23:03 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 10 Jan 2014 23:03:47 +0000 (23:03 +0000)
test/testssl

index 04341e921c5ab510c6d3a7ceacda0fa00953109f..1497d298815655a3cbc5e47ae5429ddd9de86431 100644 (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