aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/crypt/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/crypt/auth.h')
-rw-r--r--include/osmocom/crypt/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/crypt/auth.h b/include/osmocom/crypt/auth.h
index 23e104c1..30e16e82 100644
--- a/include/osmocom/crypt/auth.h
+++ b/include/osmocom/crypt/auth.h
@@ -37,7 +37,7 @@ struct osmo_sub_auth_data {
struct {
uint8_t ki[16];
} gsm;
- };
+ } u;
};
/* data structure describing a computed auth vector, generated by AuC */