aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorJohannes Schlumberger <asso@doriath.informatik.uni-erlangen.de>2007-03-21 08:55:58 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2007-03-21 08:55:58 +1100
commit58e40308f329275ccf556312a9cd788522f7c224 (patch)
tree52d054ccbbae1d0e516331fb41d8628ea6fcc5e0 /crypto
parentf70ee5ec8fc59ba2d905e6daf0d395edf6fb461d (diff)
[CRYPTO] doc: Fix typo in hash example
there is a tiny bug in Documentation/crypto/api-intro.txt. The file has the following example code: struct scatterlist sg[2]; [...] if (crypto_hash_digest(&desc, &sg, 2, result)) which does not match the declaration of crypto_hash_digest() in include/linux/crypto.h. (static inline int crypto_hash_digest(struct hash_desc *desc, struct scatterlist *sg, unsigned int nbytes, u8 *out) The code in the example passes the address of a pointer (an array actually) as the second argument, while the function expects the pointer itself. I have attached a patch to fix this. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions