summaryrefslogtreecommitdiffstats
path: root/net/sctp/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/auth.c')
-rw-r--r--net/sctp/auth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sctp/auth.c b/net/sctp/auth.c
index 78767aa20435..889400bbf411 100644
--- a/net/sctp/auth.c
+++ b/net/sctp/auth.c
@@ -226,9 +226,9 @@ static struct sctp_auth_bytes *sctp_auth_make_local_vector(
226 gfp_t gfp) 226 gfp_t gfp)
227{ 227{
228 return sctp_auth_make_key_vector( 228 return sctp_auth_make_key_vector(
229 (sctp_random_param_t*)asoc->c.auth_random, 229 (sctp_random_param_t *)asoc->c.auth_random,
230 (sctp_chunks_param_t*)asoc->c.auth_chunks, 230 (sctp_chunks_param_t *)asoc->c.auth_chunks,
231 (sctp_hmac_algo_param_t*)asoc->c.auth_hmacs, 231 (sctp_hmac_algo_param_t *)asoc->c.auth_hmacs,
232 gfp); 232 gfp);
233} 233}
234 234