]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00215228-5: Add <md5.h> inclusion for expanded aead processing.
authorSteve Cornelius <steve.cornelius@freescale.com>
Fri, 22 Jun 2012 23:27:01 +0000 (16:27 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:53 +0000 (08:34 +0200)
Add <md5.h> inclusion for expanded aead processing.

Signed-off-by: Steve Cornelius <steve.cornelius@freescale.com>
drivers/crypto/caam/compat.h

index 9ad93d4156c25ee9d4cf48963db467c9577ef818..28d9670ff834b2f867ac80316b6a3a11f4d29a99 100644 (file)
 #include <crypto/aes.h>
 #include <crypto/des.h>
 #include <crypto/sha.h>
+#include <crypto/md5.h>
 #include <crypto/aead.h>
 #include <crypto/authenc.h>
 #include <crypto/scatterwalk.h>
 #include <crypto/internal/skcipher.h>
+#include <crypto/internal/hash.h>
 
 #endif /* !defined(CAAM_COMPAT_H) */