diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-03-14 06:52:26 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-03-14 06:52:26 +0100 |
commit | 3cff2b598b895caa2e35c85f2917b23ae2aeee71 (patch) | |
tree | 1d721a7909a73416641b2554e4d3701bfc5c6e75 /src | |
parent | 6fd612913ea5d4b46a4bf53688300a90e126965e (diff) | |
download | strongswan-3cff2b598b895caa2e35c85f2917b23ae2aeee71.tar.bz2 strongswan-3cff2b598b895caa2e35c85f2917b23ae2aeee71.tar.xz |
straightene radius_mppe header file
Diffstat (limited to 'src')
-rw-r--r-- | src/libradius/radius_mppe.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/libradius/radius_mppe.h b/src/libradius/radius_mppe.h index 0c4aae707..1b7a732ec 100644 --- a/src/libradius/radius_mppe.h +++ b/src/libradius/radius_mppe.h @@ -14,17 +14,12 @@ */ /** - * @defgroup libradius libradius - * - * @addtogroup libradius - * RADIUS protocol support library. - * - * @defgroup radius_msse radius_msse + * @defgroup radius_mppe radius_mppe * @{ @ingroup libradius */ -#ifndef RADIUS_MSSE_H_ -#define RADIUS_MSSE_H_ +#ifndef RADIUS_MPPE_H_ +#define RADIUS_MPPE_H_ /** * Microsoft specific vendor attributes @@ -42,4 +37,4 @@ struct mppe_key_t { u_int8_t key[]; } __attribute__((packed)); -#endif /** RADIUS_MSSE_H_ @}*/ +#endif /** RADIUS_MPPE_H_ @}*/ |