]> git.karo-electronics.de Git - linux-beck.git/commitdiff
crypto: nx - Include internal/aead.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 11 May 2015 09:47:45 +0000 (17:47 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 13 May 2015 02:31:31 +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>
drivers/crypto/picoxcell_crypto.c

index 5da5b98b8f297a36a98dca4d90b7ede3cdce6a07..135817fd7b2dedae571738a78cd9fddb0146c4bb 100644 (file)
@@ -15,7 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include <crypto/aead.h>
+#include <crypto/internal/aead.h>
 #include <crypto/aes.h>
 #include <crypto/algapi.h>
 #include <crypto/authenc.h>