summaryrefslogtreecommitdiffstats
path: root/src/gsm/auth_milenage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/auth_milenage.c')
-rw-r--r--src/gsm/auth_milenage.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gsm/auth_milenage.c b/src/gsm/auth_milenage.c
index c1331b5b..41e538d2 100644
--- a/src/gsm/auth_milenage.c
+++ b/src/gsm/auth_milenage.c
@@ -25,6 +25,10 @@
#include "milenage/common.h"
#include "milenage/milenage.h"
+/*! \addtogroup auth
+ * @{
+ */
+
static int milenage_gen_vec(struct osmo_auth_vector *vec,
struct osmo_sub_auth_data *aud,
const uint8_t *_rand)
@@ -160,3 +164,5 @@ static __attribute__((constructor)) void on_dso_load_milenage(void)
{
osmo_auth_register(&milenage_alg);
}
+
+/*! @} */