Sfoglia il codice sorgente

crypto: qat - Include internal/aead.h

All AEAD implementations must include internal/aead.h in order
to access required helpers.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Herbert Xu 10 anni fa
parent
commit
0ed6264b60
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      drivers/crypto/qat/qat_common/qat_algs.c

+ 1 - 1
drivers/crypto/qat/qat_common/qat_algs.c

@@ -47,7 +47,7 @@
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/slab.h>
 #include <linux/crypto.h>
 #include <linux/crypto.h>
-#include <crypto/aead.h>
+#include <crypto/internal/aead.h>
 #include <crypto/aes.h>
 #include <crypto/aes.h>
 #include <crypto/sha.h>
 #include <crypto/sha.h>
 #include <crypto/hash.h>
 #include <crypto/hash.h>