projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d78db0
)
crypto: qat - Include internal/aead.h
author
Herbert Xu
<
[email protected]
>
Mon, 11 May 2015 09:47:46 +0000
(17:47 +0800)
committer
Herbert Xu
<
[email protected]
>
Wed, 13 May 2015 02:31:32 +0000
(10:31 +0800)
All AEAD implementations must include internal/aead.h in order
to access required helpers.
Signed-off-by: Herbert Xu <
[email protected]
>
drivers/crypto/qat/qat_common/qat_algs.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/qat/qat_common/qat_algs.c
b/drivers/crypto/qat/qat_common/qat_algs.c
index 1dc5b0a17cf7205f45f01b7995464860634cdbc9..070abcd0f2b3a6576defe16e5051ac3bea1d6b3b 100644
(file)
--- a/
drivers/crypto/qat/qat_common/qat_algs.c
+++ b/
drivers/crypto/qat/qat_common/qat_algs.c
@@
-47,7
+47,7
@@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/crypto.h>
-#include <crypto/aead.h>
+#include <crypto/
internal/
aead.h>
#include <crypto/aes.h>
#include <crypto/sha.h>
#include <crypto/hash.h>