]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Don't run a legacy specific PKCS12 test if no legacy provider
authorMatt Caswell <matt@openssl.org>
Wed, 2 Dec 2020 13:16:33 +0000 (13:16 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 11 Dec 2020 10:56:34 +0000 (10:56 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13595)

test/recipes/80-test_pkcs12.t

index 03edc59eeac23f04efdb83c96d909100aacf4486..49eb2b5225c3ef0135f50a563f697b2602dbeb72 100644 (file)
@@ -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"),