summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-06-13 17:18:47 -0400
committerRich Salz <rsalz@openssl.org>2015-06-22 15:50:14 -0400
commit9ad2eb6a6e0f75af16078d47df04b1fb16cae143 (patch)
tree0499644cc12831d6dac69a5217cbc233eee22f44
parentf4961dc2af340f87747c739269fa2b3b704bfe3f (diff)
RT3907: avoid "local" in testssl script
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 75ba5c58c6b3b3326a6c3198100830afa120e7c3)
-rw-r--r--test/testssl5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/testssl b/test/testssl
index b9b86b3b63..f41a60cdcd 100644
--- a/test/testssl
+++ b/test/testssl
@@ -120,11 +120,10 @@ echo test sslv2/sslv3 with both client and server authentication via BIO pair an
$ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1
test_cipher() {
- local cipher=$1
- local protocol=$2
+ _cipher=$1
echo "Testing $cipher"
prot=""
- if [ $protocol = "SSLv3" ] ; then
+ if [ $2 = "SSLv3" ] ; then
prot="-ssl3"
fi
$ssltest -cipher $cipher $prot