Skip to content

Commit

Permalink
crypto: doc - fix header file name
Browse files Browse the repository at this point in the history
Fixes: 8bc618d ("crypto: doc - Use ahash")
Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
baruchsiach authored and herbertx committed Dec 1, 2016
1 parent 864e098 commit 450a6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/crypto/api-intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under development.

Here's an example of how to use the API:

#include <crypto/ahash.h>
#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/scatterlist.h>

Expand Down

0 comments on commit 450a6c3

Please sign in to comment.