projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
864e098
)
crypto: doc - fix header file name
author
Baruch Siach
<baruch@tkos.co.il>
Wed, 30 Nov 2016 13:16:09 +0000
(15:16 +0200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 1 Dec 2016 13:06:34 +0000
(21:06 +0800)
Fixes: 8bc618d6a2e0 ("crypto: doc - Use ahash")
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/crypto/api-intro.txt
patch
|
blob
|
history
diff --git
a/Documentation/crypto/api-intro.txt
b/Documentation/crypto/api-intro.txt
index beda682e8d7750492a182380737aee06441cf432..96bd46033d28c77c51828a41c2fd6eab989344ae 100644
(file)
--- a/
Documentation/crypto/api-intro.txt
+++ b/
Documentation/crypto/api-intro.txt
@@
-49,7
+49,7
@@
under development.
Here's an example of how to use the API:
- #include <crypto/
a
hash.h>
+ #include <crypto/hash.h>
#include <linux/err.h>
#include <linux/scatterlist.h>