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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/auth.c b/net/sctp/auth.c
index 39d72e58b8e5..31569f4809f6 100644
--- a/net/sctp/auth.c
+++ b/net/sctp/auth.c
@@ -760,7 +760,6 @@ void sctp_auth_calculate_hmac(const struct sctp_association *asoc,
760 SHASH_DESC_ON_STACK(desc, tfm); 760 SHASH_DESC_ON_STACK(desc, tfm);
761 761
762 desc->tfm = tfm; 762 desc->tfm = tfm;
763 desc->flags = 0;
764 crypto_shash_digest(desc, (u8 *)auth, 763 crypto_shash_digest(desc, (u8 *)auth,
765 end - (unsigned char *)auth, digest); 764 end - (unsigned char *)auth, digest);
766 shash_desc_zero(desc); 765 shash_desc_zero(desc);