OSDN Git Service

crypto: authenc - Include internal/aead.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:47:41 +0000 (17:47 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:26 +0000 (10:31 +0800)
All AEAD implementations must include internal/aead.h in order
to access required helpers.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/authenc.c

index 78fb16c..325f37a 100644 (file)
@@ -10,7 +10,7 @@
  *
  */
 
-#include <crypto/aead.h>
+#include <crypto/internal/aead.h>
 #include <crypto/internal/hash.h>
 #include <crypto/internal/skcipher.h>
 #include <crypto/authenc.h>