From abec331fd3ff876713ab19bb962a54ffea9a7efe Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 2 Dec 2020 13:16:33 +0000 Subject: [PATCH] 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) --- test/recipes/80-test_pkcs12.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/80-test_pkcs12.t b/test/recipes/80-test_pkcs12.t index 03edc59eea..49eb2b5225 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"),