summaryrefslogtreecommitdiff
path: root/tests/set_pkcs12_cred.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set_pkcs12_cred.c')
-rw-r--r--tests/set_pkcs12_cred.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c
index edc4b1061d..6dcd572de5 100644
--- a/tests/set_pkcs12_cred.c
+++ b/tests/set_pkcs12_cred.c
@@ -40,9 +40,11 @@ typedef struct {
} files_st;
files_st files[] = {
+#ifndef ENABLE_FIPS140
{"client.p12", "foobar"},
{"cert-ca.p12", "1234"}, /* 2 certs, one is a CA */
{"pkcs12_2certs.p12", ""}, /* 2 certs, on is unrelated */
+#endif
{NULL, NULL}
};