提交 cc3f3fc2 编写于 作者: R Rich Salz 提交者: Rich Salz

RT3907-fix

Typo in local variable name; introduced by previous fix.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 75ba5c58
......@@ -119,14 +119,14 @@ $ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1
test_cipher() {
_cipher=$1
echo "Testing $cipher"
echo "Testing $_cipher"
prot=""
if [ $2 = "SSLv3" ] ; then
prot="-ssl3"
fi
$ssltest -cipher $cipher $prot
$ssltest -cipher $_cipher $prot
if [ $? -ne 0 ] ; then
echo "Failed $cipher"
echo "Failed $_cipher"
exit 1
fi
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册