RT3907-fix
Typo in local variable name; introduced by previous fix. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
75ba5c58c6
commit
cc3f3fc2b1
@ -119,14 +119,14 @@ $ssltest -bio_pair -server_auth -client_auth -app_verify $CA $extra || exit 1
|
|||||||
|
|
||||||
test_cipher() {
|
test_cipher() {
|
||||||
_cipher=$1
|
_cipher=$1
|
||||||
echo "Testing $cipher"
|
echo "Testing $_cipher"
|
||||||
prot=""
|
prot=""
|
||||||
if [ $2 = "SSLv3" ] ; then
|
if [ $2 = "SSLv3" ] ; then
|
||||||
prot="-ssl3"
|
prot="-ssl3"
|
||||||
fi
|
fi
|
||||||
$ssltest -cipher $cipher $prot
|
$ssltest -cipher $_cipher $prot
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
echo "Failed $cipher"
|
echo "Failed $_cipher"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user