aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-03-16 15:25:06 +0000
committerMartin Willi <martin@strongswan.org>2006-03-16 15:25:06 +0000
commit16b9a73cc4bd4c4fafc8618fdd4c05ab72195df1 (patch)
treeb7d3214d59942dbd75ad8b9b8f86468f82f7a496 /Source/charon/transforms
parentb1953ccd05b5e6cf5a87c557208d5f8a1fcad231 (diff)
downloadstrongswan-16b9a73cc4bd4c4fafc8618fdd4c05ab72195df1.tar.bz2
strongswan-16b9a73cc4bd4c4fafc8618fdd4c05ab72195df1.tar.xz
- reworked configuration framework completly
- configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
Diffstat (limited to 'Source/charon/transforms')
-rw-r--r--Source/charon/transforms/crypters/aes_cbc_crypter.h6
1 files changed, 3 insertions, 3 deletions
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 <transforms/crypters/crypter.h>
@@ -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_ */