Commit 9ad2eb6a authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

RT3907: avoid "local" in testssl script



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit 75ba5c58)
parent f4961dc2
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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