From 16b9a73cc4bd4c4fafc8618fdd4c05ab72195df1 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 16 Mar 2006 15:25:06 +0000 Subject: - reworked configuration framework completly - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! --- Source/charon/testcases/testcases.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Source/charon/testcases/testcases.c') diff --git a/Source/charon/testcases/testcases.c b/Source/charon/testcases/testcases.c index 8b3bfa9b9..aa8f372e4 100644 --- a/Source/charon/testcases/testcases.c +++ b/Source/charon/testcases/testcases.c @@ -56,8 +56,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include @@ -122,8 +122,8 @@ test_t aes_cbc_crypter_test = {test_aes_cbc_crypter, "AES CBC"}; test_t hmac_signer_test1 = {test_hmac_md5_signer, "HMAC MD5 signer test"}; test_t hmac_signer_test2 = {test_hmac_sha1_signer, "HMAC SHA1 signer test"}; test_t encryption_payload_test = {test_encryption_payload, "encryption payload test"}; -test_t init_config_test = {test_init_config, "init_config_t test"}; -test_t sa_config_test = {test_sa_config, "sa_config_t test"}; +test_t connection_test = {test_connection, "connection_t test"}; +test_t policy_test = {test_policy, "policy_t test"}; test_t proposal_test = {test_proposal, "proposal_t test"}; test_t rsa_test = {test_rsa, "RSA private/public key test"}; test_t kernel_interface_test = {test_kernel_interface, "Kernel Interface"}; @@ -235,8 +235,8 @@ int main() &hmac_signer_test1, &hmac_signer_test2, &encryption_payload_test, - &init_config_test, - &sa_config_test, + &connection_test, + &policy_test, &proposal_test, &rsa_test, NULL -- cgit v1.2.3