From c863cbb171ad016288a2b1e637142e4202f28258 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 27 Dec 2009 15:43:28 +0100 Subject: [PATCH] gsm_data: Fix sres to be 4 bytes Signed-off-by: Sylvain Munaut --- openbsc/include/openbsc/gsm_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index a50d9f21d..a6bc16a14 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -608,7 +608,7 @@ struct gsm_auth_tuple { int use_count; int key_seq; u_int8_t rand[16]; - u_int8_t sres[8]; + u_int8_t sres[4]; u_int8_t kc[8]; };