diff options
author | Steve Cornelius <steve.cornelius@freescale.com> | 2012-06-22 16:27:01 -0700 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:39:13 +0800 |
commit | 31824fc60e11112f22d156ab7a45f02b37d61b2a (patch) | |
tree | e72e84ce847e143f55f022630b4fa7ea7fe5a406 /drivers/crypto | |
parent | 39267932cfdc33e99afa1b29fae19acdfb19b111 (diff) |
ENGR00215228-5: Add <md5.h> inclusion for expanded aead processing.
Add <md5.h> inclusion for expanded aead processing.
Signed-off-by: Steve Cornelius <steve.cornelius@freescale.com>
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/caam/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/caam/compat.h b/drivers/crypto/caam/compat.h index 9ad93d4156c2..28d9670ff834 100644 --- a/drivers/crypto/caam/compat.h +++ b/drivers/crypto/caam/compat.h @@ -39,9 +39,11 @@ #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) */ |