]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 24 Jul 2010 20:58:33 +0000 (22:58 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 24 Jul 2010 20:58:33 +0000 (22:58 +0200)
Rev: nettle/dsa.h:1.7

dsa.h

diff --git a/dsa.h b/dsa.h
index f55b4b13ea8b7116ce7b8b087e95ef930e90a39e..412178b40bc837c97b8d0c3903585ec0a43b3c78 100644 (file)
--- a/dsa.h
+++ b/dsa.h
@@ -114,7 +114,7 @@ struct dsa_signature
  *   sha1_update
  *
  * Create the signature by calling
- *   dsa_sign
+ *   dsa_sha1_sign
  *
  * The signature is represented as a struct dsa_signature. This call also
  * resets the hashing context.