提交 75ba5c58 编写于 作者: R Rich Salz 提交者: Rich Salz

RT3907: avoid "local" in testssl script

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 389ebcec
......@@ -118,11 +118,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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册