Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-01 18:46:07 +0400
committerDr. Stephen Henson <steve@openssl.org>2011-04-01 18:46:07 +0400
commit011c865640fb6edd3e810326a2c331b29759e87d (patch)
tree4dc22c08f18a08a00e52d4a6afe0a9bf57f5dc7d /fips/fips_test_suite.c
parent212a08080ccbf6bc11c6deb9e1bd4d491d2c4806 (diff)
Initial switch to DRBG base PRNG in FIPS mode. Include bogus seeding for
test applications.
Diffstat (limited to 'fips/fips_test_suite.c')
-rw-r--r--fips/fips_test_suite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/fips_test_suite.c b/fips/fips_test_suite.c
index 89914d721c..6addef6386 100644
--- a/fips/fips_test_suite.c
+++ b/fips/fips_test_suite.c
@@ -673,7 +673,7 @@ int main(int argc,char **argv)
int do_rng_stick = 0;
int no_exit = 0;
- fips_set_error_print();
+ fips_algtest_init_nofips();
printf("\tFIPS-mode test application\n\n");