More extensive DRBG health check. New function to call health check
for all DRBG combinations.
diff --git a/fips/fips_test_suite.c b/fips/fips_test_suite.c
index 4230c05..c829d18 100644
--- a/fips/fips_test_suite.c
+++ b/fips/fips_test_suite.c
@@ -1077,6 +1077,10 @@
Zeroize() ? "successful as expected"
: Fail("failed INCORRECTLY!") );
+ printf("11. Complete DRBG health check...\n\t%s\n",
+ FIPS_selftest_drbg_all() ? "successful as expected"
+ : Fail("failed INCORRECTLY!") );
+
printf("\nAll tests completed with %d errors\n", Error);
return Error ? 1 : 0;
}