RT3907: avoid "local" in testssl script
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 75ba5c58c6b3b3326a6c3198100830afa120e7c3)
This commit is contained in:
parent
4475451164
commit
57bd71b45b
@ -146,11 +146,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
|
$ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1
|
||||||
|
|
||||||
test_cipher() {
|
test_cipher() {
|
||||||
local cipher=$1
|
_cipher=$1
|
||||||
local protocol=$2
|
|
||||||
echo "Testing $cipher"
|
echo "Testing $cipher"
|
||||||
prot=""
|
prot=""
|
||||||
if [ $protocol = "SSLv3" ] ; then
|
if [ $2 = "SSLv3" ] ; then
|
||||||
prot="-ssl3"
|
prot="-ssl3"
|
||||||
fi
|
fi
|
||||||
$ssltest -cipher $cipher $prot
|
$ssltest -cipher $cipher $prot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user