diff options
Diffstat (limited to 'Source/charon/testcases/hmac_signer_test.h')
-rw-r--r-- | Source/charon/testcases/hmac_signer_test.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <utils/tester.h> @@ -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_ */ |