summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/evp_test.c')
-rw-r--r--test/evp_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/evp_test.c b/test/evp_test.c
index 84e589cc7e..d290955806 100644
--- a/test/evp_test.c
+++ b/test/evp_test.c
@@ -4930,11 +4930,6 @@ start:
t->skip = 1;
return 0;
}
- } else {
- TEST_info("skipping, FIPS provider not active: %s:%d",
- t->s.test_file, t->s.start);
- t->skip = 1;
- return 0;
}
skipped++;
pp++;