diff options
Diffstat (limited to 'Source/charon/sa/child_sa.h')
-rw-r--r-- | Source/charon/sa/child_sa.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/sa/child_sa.h b/Source/charon/sa/child_sa.h index a43ed0674..34542274c 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> @@ -130,4 +130,4 @@ struct child_sa_t { */ child_sa_t * child_sa_create(host_t *me, host_t *other); -#endif /*_CHILD_SA_H_*/ +#endif /*CHILD_SA_H_*/ |