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/hmac_signer_test.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/charon/testcases/hmac_signer_test.h') diff --git a/Source/charon/testcases/hmac_signer_test.h b/Source/charon/testcases/hmac_signer_test.h index 681fa4d71..4a2459a8e 100644 --- a/Source/charon/testcases/hmac_signer_test.h +++ b/Source/charon/testcases/hmac_signer_test.h @@ -20,8 +20,8 @@ * for more details. */ -#ifndef _HMAC_SIGNER_TEST_H_ -#define _HMAC_SIGNER_TEST_H_ +#ifndef HMAC_SIGNER_TEST_H_ +#define HMAC_SIGNER_TEST_H_ #include @@ -43,4 +43,4 @@ void test_hmac_md5_signer(protected_tester_t *tester); */ void test_hmac_sha1_signer(protected_tester_t *tester); -#endif //_HMAC_SIGNER_TEST_H_ +#endif /* HMAC_SIGNER_TEST_H_ */ -- cgit v1.2.3