abort pluto if crypto self-test fails

This commit is contained in:
Andreas Steffen
2009-05-15 17:44:02 +02:00
parent 5eb61e3bca
commit d8cb1d1668
2 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -575,7 +575,7 @@ bool ike_alg_test(void)
bool all_results = TRUE;
struct ike_alg *a;
plog("Testing registered IKE encryption algorithms:");
plog("Testing registered IKE crypto algorithms:");
for (a = ike_alg_base[IKE_ALG_ENCRYPT]; a != NULL; a = a->algo_next)
{