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
     */