summaryrefslogtreecommitdiffstats
path: root/fips/rand/fips_rngvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/rand/fips_rngvs.c')
-rw-r--r--fips/rand/fips_rngvs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fips/rand/fips_rngvs.c b/fips/rand/fips_rngvs.c
index 786f5420b4..f858b6d2e9 100644
--- a/fips/rand/fips_rngvs.c
+++ b/fips/rand/fips_rngvs.c
@@ -226,9 +226,7 @@ int main(int argc,char **argv)
fprintf(stderr,"%s [mct|vst]\n",argv[0]);
exit(1);
}
- fips_set_error_print();
- if(!FIPS_mode_set(1))
- exit(1);
+ fips_algtest_init();
FIPS_rand_reset();
if (!FIPS_rand_test_mode())
{