]> git.ipfire.org Git - thirdparty/openssl.git/commit
TEST: Optionally silence OpenSSL::Test::setup()
authorRichard Levitte <levitte@openssl.org>
Sat, 15 Feb 2020 06:18:57 +0000 (07:18 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 18 Feb 2020 08:45:53 +0000 (09:45 +0100)
commiteeacf7d065e817b2c0c29ce7d6a9d8047450a293
treee816f9a8613b122f226afa0d88b78d912a2513fb
parenta60079c76e9b8d9bd9e7da228ff514db8162459f
TEST: Optionally silence OpenSSL::Test::setup()

test/generate_ssl_tests.pl uses OpenSSL::Test to get to some of its
practical location functions.  A recent note in the setup() code made
its result not quite match the original (we do check that), so there's
a need to silence setup(), which we do with a simple optional argument.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11080)
test/generate_ssl_tests.pl
util/perl/OpenSSL/Test.pm