Parcourir la source

crypto: algif_aead - Include crypto/aead.h

All users of AEAD should include crypto/aead.h instead of
include/linux/crypto.h.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
Herbert Xu il y a 10 ans
Parent
commit
89081da51d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      crypto/algif_aead.c

+ 1 - 0
crypto/algif_aead.c

@@ -13,6 +13,7 @@
  * any later version.
  * any later version.
  */
  */
 
 
+#include <crypto/aead.h>
 #include <crypto/scatterwalk.h>
 #include <crypto/scatterwalk.h>
 #include <crypto/if_alg.h>
 #include <crypto/if_alg.h>
 #include <linux/init.h>
 #include <linux/init.h>