mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
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:
parent
5432d827ec
commit
67cd43084c
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user