1
0
Fork 0

crypto: doc - fix header file name

Fixes: 8bc618d6a2 ("crypto: doc - Use ahash")
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
hifive-unleashed-5.1
Baruch Siach 2016-11-30 15:16:09 +02:00 committed by Herbert Xu
parent 864e0981fd
commit 450a6c30ef
1 changed files with 1 additions and 1 deletions

View File

@ -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>