Add "post" option to fips_test_suite to run the POST only and exit.

This commit is contained in:
Dr. Stephen Henson 2011-04-15 20:09:34 +00:00
parent 45321c41e2
commit 75707a324f

View File

@ -892,6 +892,8 @@ int main(int argc,char **argv)
FIPS_corrupt_drbg();
} else if (!strcmp(argv[1], "rng")) {
fail_id = FIPS_TEST_X931;
} else if (!strcmp(argv[1], "post")) {
fail_id = -1;
} else if (!strcmp(argv[1], "rngstick")) {
do_rng_stick = 1;
no_exit = 1;