test: fix failure with FIPS and no-des configured.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15105)
This commit is contained in:
Pauli 2021-05-01 13:38:34 +10:00
parent 5432d827ec
commit 67cd43084c

View File

@ -96,8 +96,8 @@ SKIP: {
}
SKIP: {
skip "Skipping legacy PKCS#12 test because RC2 is disabled in this build", 1
if disabled("rc2") || disabled("legacy");
skip "Skipping legacy PKCS#12 test because the required algorithms are disabled", 1
if disabled("des") || disabled("rc2") || disabled("legacy");
# Test reading legacy PKCS#12 file
ok(run(app(["openssl", "pkcs12", "-export",
"-in", srctop_file(@path, "v3-certs-RC2.p12"),