浏览代码

crypto: blkcipher - 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>
Herbert Xu 10 年之前
父节点
当前提交
d1a2fd500c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crypto/blkcipher.c

+ 1 - 0
crypto/blkcipher.c

@@ -14,6 +14,7 @@
  *
  */
 
+#include <crypto/aead.h>
 #include <crypto/internal/skcipher.h>
 #include <crypto/scatterwalk.h>
 #include <linux/errno.h>