aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/child_sa.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/sa/child_sa.h')
-rw-r--r--Source/charon/sa/child_sa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/sa/child_sa.h b/Source/charon/sa/child_sa.h
index 3e8a6fea4..593187d02 100644
--- a/Source/charon/sa/child_sa.h
+++ b/Source/charon/sa/child_sa.h
@@ -21,8 +21,8 @@
*/
-#ifndef CHILD_SA_H_
-#define CHILD_SA_H_
+#ifndef _CHILD_SA_H_
+#define _CHILD_SA_H_
#include <types.h>
#include <transforms/prf_plus.h>
@@ -70,4 +70,4 @@ struct child_sa_t {
*/
child_sa_t * child_sa_create(protocol_id_t protocol_id, prf_plus_t *prf_plus);
-#endif /*CHILD_SA_H_*/
+#endif /*_CHILD_SA_H_*/