ah: Add struct crypto_ahash to ah_data
[pandora-kernel.git] / include / net / ah.h
index ae1c322..7ac5221 100644 (file)
@@ -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,