removed pluto test vectors, --disable-self-test option

This commit is contained in:
Martin Willi
2009-06-11 20:27:32 +02:00
parent 701381ceb8
commit c66cd00df4
13 changed files with 0 additions and 1284 deletions
-7
View File
@@ -176,13 +176,6 @@ void init_crypto(void)
ike_alg_add((struct ike_alg *)desc);
}
enumerator->destroy(enumerator);
#ifdef SELF_TEST
if (!ike_alg_test())
{
exit_log("pluto cannot run due to failed crypto self-test");
}
#endif
}
void free_crypto(void)