summaryrefslogtreecommitdiffstats
path: root/fips/rsa/fips_rsastest.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/rsa/fips_rsastest.c')
-rw-r--r--fips/rsa/fips_rsastest.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fips/rsa/fips_rsastest.c b/fips/rsa/fips_rsastest.c
index 2d66d92116..7a3dd31cbb 100644
--- a/fips/rsa/fips_rsastest.c
+++ b/fips/rsa/fips_rsastest.c
@@ -91,9 +91,7 @@ int main(int argc, char **argv)
int ret = 1, Saltlen = -1;
- fips_set_error_print();
- if(!FIPS_mode_set(1))
- goto end;
+ fips_algtest_init();
if ((argc > 2) && !strcmp("-saltlen", argv[1]))
{