commit | f45c90bb1c32c4ff2d95ceaae6ae76851337d4c3 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sat Nov 05 18:14:42 2011 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sat Nov 05 18:14:42 2011 +0000 |
tree | c3e2783c430d31e2ae3c11da91d18a5390913946 | |
parent | 4692f9f7b6059a4175910d9537744446b71ae879 [diff] [blame] |
make post failure simulation reversible in all cases
diff --git a/fips/fips_test_suite.c b/fips/fips_test_suite.c index ee706d8..57a1b8a 100644 --- a/fips/fips_test_suite.c +++ b/fips/fips_test_suite.c
@@ -1104,9 +1104,9 @@ if (!FIPS_module_mode()) return 1; if (do_drbg_stick) - FIPS_drbg_stick(); + FIPS_drbg_stick(1); if (do_rng_stick) - FIPS_x931_stick(); + FIPS_x931_stick(1); /* AES encryption/decryption */