summaryrefslogtreecommitdiffstats
path: root/fips/fips_test_suite.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-05 18:15:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-05 18:15:01 +0000
commitdf64f34e843c19bb28102278ffc5a687ebee62f2 (patch)
tree9d049d2c0fa078b6210d07295308606f90f40233 /fips/fips_test_suite.c
parent21a5cb26965843b263044ff2b7220ea1f030cf4e (diff)
make post failure simulation reversible in all cases
Diffstat (limited to 'fips/fips_test_suite.c')
-rw-r--r--fips/fips_test_suite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fips/fips_test_suite.c b/fips/fips_test_suite.c
index ee706d8a96..57a1b8a6a4 100644
--- a/fips/fips_test_suite.c
+++ b/fips/fips_test_suite.c
@@ -1104,9 +1104,9 @@ int main(int argc, char **argv)
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
*/