diff --git a/include/net/ah.h b/include/net/ah.h
index ae1c322f42429100a21eb623691a293b71b20da0..7ac52214ba0f17b1bbcc4bdff73b6457ed2a12a3 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,