crypto: cryptd - Add missing aead.h inclusion
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:48:11 +0000 (17:48 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:46 +0000 (10:31 +0800)
cryptd.h needs to include crypto/aead.h because it uses crypto_aead.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/cryptd.h

index ba98918bbd9b8ec53207aa77abed034c56bc40ec..1547f540c920b3fea66a7028f0b868f75f0e4d37 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <linux/crypto.h>
 #include <linux/kernel.h>
+#include <crypto/aead.h>
 #include <crypto/hash.h>
 
 struct cryptd_ablkcipher {
This page took 0.024593 seconds and 5 git commands to generate.