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:
1ce5a04
)
crypto: testmgr - Include crypto/aead.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 07:06:31 +0000
(15:06 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 23 Apr 2015 06:18:11 +0000
(14:18 +0800)
All users of AEAD should include crypto/aead.h instead of
include/linux/crypto.h.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
crypto/testmgr.c
patch
|
blob
|
history
diff --git
a/crypto/testmgr.c
b/crypto/testmgr.c
index 18b7d49d1ca0f4f4dd9114881575aec02989754e..d4639789de3afbec7ce33ef16319a6ae70cf930d 100644
(file)
--- a/
crypto/testmgr.c
+++ b/
crypto/testmgr.c
@@
-20,6
+20,7
@@
*
*/
+#include <crypto/aead.h>
#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/fips.h>