Browse Source

crypto: doc - fix header file name

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>
Baruch Siach 8 years ago
parent
commit
450a6c30ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/crypto/api-intro.txt

+ 1 - 1
Documentation/crypto/api-intro.txt

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