summaryrefslogtreecommitdiffstats
path: root/test/recipes/80-test_pkcs12.t
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-12-02 13:16:33 +0000
committerMatt Caswell <matt@openssl.org>2020-12-11 10:56:34 +0000
commitabec331fd3ff876713ab19bb962a54ffea9a7efe (patch)
treec6109d0674a433c096530d4db5c789b1b070a154 /test/recipes/80-test_pkcs12.t
parent8891a12b5b8fcce9cb36dbb444ff09df9f16dbea (diff)
Don't run a legacy specific PKCS12 test if no legacy provider
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13595)
Diffstat (limited to 'test/recipes/80-test_pkcs12.t')
-rw-r--r--test/recipes/80-test_pkcs12.t2
1 files changed, 1 insertions, 1 deletions
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"),