diff options
Diffstat (limited to 'Source/charon/sa/ike_sa_id.h')
-rw-r--r-- | Source/charon/sa/ike_sa_id.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/sa/ike_sa_id.h b/Source/charon/sa/ike_sa_id.h index aff710cc8..0f16f7637 100644 --- a/Source/charon/sa/ike_sa_id.h +++ b/Source/charon/sa/ike_sa_id.h @@ -21,8 +21,8 @@ */ -#ifndef _IKE_SA_ID_H_ -#define _IKE_SA_ID_H_ +#ifndef IKE_SA_ID_H_ +#define IKE_SA_ID_H_ #include <types.h> @@ -143,4 +143,4 @@ struct ike_sa_id_t { */ ike_sa_id_t * ike_sa_id_create(u_int64_t initiator_spi, u_int64_t responder_spi, bool is_initiaor); -#endif /*_IKE_SA_ID_H_*/ +#endif /*IKE_SA_ID_H_*/ |