Initial switch to DRBG base PRNG in FIPS mode. Include bogus seeding for test applications.
diff --git a/fips/fips_test_suite.c b/fips/fips_test_suite.c index 89914d7..6addef6 100644 --- a/fips/fips_test_suite.c +++ b/fips/fips_test_suite.c
@@ -673,7 +673,7 @@ int do_rng_stick = 0; int no_exit = 0; - fips_set_error_print(); + fips_algtest_init_nofips(); printf("\tFIPS-mode test application\n\n");