]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/crypto/api-intro.txt
Pull error-inject into release branch
[linux-2.6-omap-h63xx.git] / Documentation / crypto / api-intro.txt
index e41a79aa71ce30df467342cfbccdedde71a78880..9b84b805ab759114fc1b7ccb9d1bd5af3ecfefb0 100644 (file)
@@ -60,7 +60,7 @@ Here's an example of how to use the API:
        desc.tfm = tfm;
        desc.flags = 0;
        
-       if (crypto_hash_digest(&desc, &sg, 2, result))
+       if (crypto_hash_digest(&desc, sg, 2, result))
                fail();
        
        crypto_free_hash(tfm);