From: Steffen Klassert Date: Wed, 7 Oct 2009 22:47:16 +0000 (+0000) Subject: ah: Add struct crypto_ahash to ah_data X-Git-Tag: v2.6.33-rc1~388^2~765 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=49cbf952488e7fa2f1160c80016e09e6c2854b24 ah: Add struct crypto_ahash to ah_data To support for ahash algorithms, we add a pointer to a crypto_ahash to ah_data. Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller --- diff --git a/include/net/ah.h b/include/net/ah.h index ae1c322..7ac5221 100644 --- a/include/net/ah.h +++ b/include/net/ah.h @@ -14,6 +14,7 @@ struct ah_data int icv_trunc_len; struct crypto_hash *tfm; + struct crypto_ahash *ahash; }; static inline int ah_mac_digest(struct ah_data *ahp, struct sk_buff *skb,