From: Arran Cudbard-Bell Date: Sat, 30 Oct 2021 21:32:08 +0000 (-0400) Subject: Make definition and declaration agree X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46a23c11fe644af5b58001d6dcc3567f7741e87f;p=thirdparty%2Ffreeradius-server.git Make definition and declaration agree --- diff --git a/src/lib/eap_aka_sim/id.h b/src/lib/eap_aka_sim/id.h index 70316bd9f48..3756c76bd5a 100644 --- a/src/lib/eap_aka_sim/id.h +++ b/src/lib/eap_aka_sim/id.h @@ -115,7 +115,7 @@ uint8_t fr_aka_sim_id_3gpp_pseudonym_tag(char const encr_id[AKA_SIM_3GPP_PSEUDO uint8_t fr_aka_sim_id_3gpp_pseudonym_key_index(char const encr_id[AKA_SIM_3GPP_PSEUDONYM_LEN]); -int fr_aka_sim_id_3gpp_pseudonym_decrypt(char out[AKA_SIM_IMSI_MAX_LEN], +int fr_aka_sim_id_3gpp_pseudonym_decrypt(char out[AKA_SIM_IMSI_MAX_LEN + 1], char const encr_id[AKA_SIM_3GPP_PSEUDONYM_LEN], uint8_t const key[16]);