aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/auth_xor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/auth_xor.c')
-rw-r--r--src/gsm/auth_xor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsm/auth_xor.c b/src/gsm/auth_xor.c
index 45075421..81076bda 100644
--- a/src/gsm/auth_xor.c
+++ b/src/gsm/auth_xor.c
@@ -168,8 +168,8 @@ static int xor_gen_vec_auts(struct osmo_auth_vector *vec,
}
static struct osmo_auth_impl xor_alg = {
- .algo = OSMO_AUTH_ALG_XOR,
- .name = "XOR (libosmogsm built-in)",
+ .algo = OSMO_AUTH_ALG_XOR_3G,
+ .name = "XOR-3G (libosmogsm built-in)",
.priority = 1000,
.gen_vec = &xor_gen_vec,
.gen_vec_auts = &xor_gen_vec_auts,