aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-03-14 06:52:26 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-03-14 06:52:26 +0100
commit3cff2b598b895caa2e35c85f2917b23ae2aeee71 (patch)
tree1d721a7909a73416641b2554e4d3701bfc5c6e75 /src
parent6fd612913ea5d4b46a4bf53688300a90e126965e (diff)
downloadstrongswan-3cff2b598b895caa2e35c85f2917b23ae2aeee71.tar.bz2
strongswan-3cff2b598b895caa2e35c85f2917b23ae2aeee71.tar.xz
straightene radius_mppe header file
Diffstat (limited to 'src')
-rw-r--r--src/libradius/radius_mppe.h13
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_ @}*/