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/transforms/crypters/aes_cbc_crypter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/charon/transforms') diff --git a/Source/charon/transforms/crypters/aes_cbc_crypter.h b/Source/charon/transforms/crypters/aes_cbc_crypter.h index 62cd77af7..b2c93348e 100644 --- a/Source/charon/transforms/crypters/aes_cbc_crypter.h +++ b/Source/charon/transforms/crypters/aes_cbc_crypter.h @@ -21,8 +21,8 @@ * for more details. */ -#ifndef _AES_CRYPTER_H_ -#define _AES_CRYPTER_H_ +#ifndef AES_CBC_CRYPTER_H_ +#define AES_CBC_CRYPTER_H_ #include @@ -58,4 +58,4 @@ struct aes_cbc_crypter_t { aes_cbc_crypter_t *aes_cbc_crypter_create(size_t key_size); -#endif //_AES_CRYPTER_H_ +#endif /* AES_CBC_CRYPTER_H_ */ -- cgit v1.2.3