From aae236245596743b6aff4b1b294c0e8d97b8190f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 7 Dec 2011 11:35:02 +0100 Subject: auth_core: don't use anonymous unions to make certain gcc versions happy --- include/osmocom/crypt/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom') 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 */ -- cgit v1.2.3