crypto: doc - fix header file name
authorBaruch Siach <baruch@tkos.co.il>
Wed, 30 Nov 2016 13:16:09 +0000 (15:16 +0200)
committerHerbert 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

index beda682e8d7750492a182380737aee06441cf432..96bd46033d28c77c51828a41c2fd6eab989344ae 100644 (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>