Skip to content
Snippets Groups Projects
Commit 8e41f785 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

ids instead of types for HMAC_ALGO parameter.

parent 36840b90
No related branches found
No related tags found
No related merge requests found
......@@ -529,7 +529,7 @@ static int sctp_hmac_algo_parameter_to_string(
nr_hmac_algos =
(length - sizeof(struct sctp_hmac_algo_parameter))
/ sizeof(u16);
fputs("HMAC_ALGO[types=[", s);
fputs("HMAC_ALGO[ids=[", s);
for (i = 0; i < nr_hmac_algos; i++) {
if (i > 0)
fputs(", ", s);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment