diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-11-30 15:16:09 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-12-01 21:06:34 +0800 |
commit | 450a6c30ef3bbedcb4af3d9eab0df24929d5db4a (patch) | |
tree | 42c71599d685ea385fdc1198db03d9606661ba7c | |
parent | 864e0981fd1bc042c6e932d1731d358dde60fed9 (diff) | |
download | op-kernel-dev-450a6c30ef3bbedcb4af3d9eab0df24929d5db4a.zip op-kernel-dev-450a6c30ef3bbedcb4af3d9eab0df24929d5db4a.tar.gz |
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>
-rw-r--r-- | Documentation/crypto/api-intro.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt index beda682..96bd460 100644 --- 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/ahash.h> + #include <crypto/hash.h> #include <linux/err.h> #include <linux/scatterlist.h> |