瀏覽代碼

crypto: tcrypt - 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 10 年之前
父節點
當前提交
1ce5a04d9f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crypto/tcrypt.c

+ 1 - 0
crypto/tcrypt.c

@@ -22,6 +22,7 @@
  *
  */
 
+#include <crypto/aead.h>
 #include <crypto/hash.h>
 #include <linux/err.h>
 #include <linux/fips.h>