aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/aes_cbc_crypter_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/testcases/aes_cbc_crypter_test.h')
-rw-r--r--Source/charon/testcases/aes_cbc_crypter_test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/testcases/aes_cbc_crypter_test.h b/Source/charon/testcases/aes_cbc_crypter_test.h
index adedd7f97..611863636 100644
--- a/Source/charon/testcases/aes_cbc_crypter_test.h
+++ b/Source/charon/testcases/aes_cbc_crypter_test.h
@@ -20,8 +20,8 @@
* for more details.
*/
-#ifndef _AES_CBC_CRYPTER_TEST_H_
-#define _AES_CBC_CRYPTER_TEST_H_
+#ifndef AES_CBC_CRYPTER_TEST_H_
+#define AES_CBC_CRYPTER_TEST_H_
#include <transforms/crypters/aes_cbc_crypter.h>
#include <utils/tester.h>
@@ -35,4 +35,4 @@
*/
void test_aes_cbc_crypter(protected_tester_t *tester);
-#endif //_AES_CBC_CRYPTER_TEST_H_
+#endif /* AES_CBC_CRYPTER_TEST_H_ */