From: Matt Caswell Date: Wed, 2 Dec 2020 13:16:33 +0000 (+0000) Subject: Don't run a legacy specific PKCS12 test if no legacy provider X-Git-Tag: openssl-3.0.0-alpha10~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abec331fd3ff876713ab19bb962a54ffea9a7efe;p=thirdparty%2Fopenssl.git Don't run a legacy specific PKCS12 test if no legacy provider Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/13595) --- diff --git a/test/recipes/80-test_pkcs12.t b/test/recipes/80-test_pkcs12.t index 03edc59eeac..49eb2b5225c 100644 --- a/test/recipes/80-test_pkcs12.t +++ b/test/recipes/80-test_pkcs12.t @@ -92,7 +92,7 @@ ok(run(app(["openssl", "pkcs12", "-export", SKIP: { skip "Skipping legacy PKCS#12 test because RC2 is disabled in this build", 1 - if disabled("rc2"); + if disabled("rc2") || disabled("legacy"); # Test reading legacy PKCS#12 file ok(run(app(["openssl", "pkcs12", "-export", "-in", srctop_file(@path, "v3-certs-RC2.p12"),