summaryrefslogtreecommitdiffstats
path: root/src/gsm/gprs_gea.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/gprs_gea.c')
-rw-r--r--src/gsm/gprs_gea.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gsm/gprs_gea.c b/src/gsm/gprs_gea.c
index 8ff16484..836ee68c 100644
--- a/src/gsm/gprs_gea.c
+++ b/src/gsm/gprs_gea.c
@@ -27,6 +27,10 @@
#include <stdint.h>
+/*! \addtogroup crypto
+ * @{
+ */
+
static struct gprs_cipher_impl gea3_impl = {
.algo = GPRS_ALGO_GEA3,
.name = "GEA3 (libosmogsm built-in)",
@@ -46,3 +50,5 @@ static __attribute__((constructor)) void on_dso_load_gea(void)
gprs_cipher_register(&gea3_impl);
gprs_cipher_register(&gea4_impl);
}
+
+/*! @} */