]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 25 Apr 2003 14:05:19 +0000 (16:05 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 25 Apr 2003 14:05:19 +0000 (16:05 +0200)
Rev: src/nettle/dsa.h:1.8

dsa.h

diff --git a/dsa.h b/dsa.h
index 15de1e1af65574aa242192d5afb4b2e7fb36fd1d..d7aaecf5fce243970a3bcf5341277ca6012092d4 100644 (file)
--- a/dsa.h
+++ b/dsa.h
@@ -95,11 +95,11 @@ struct dsa_signature
  * Create the signature by calling
  *   dsa_sign
  *
- * The signature is represented as two mpz_t bignums. This call also
+ * The signature is represented as a struct dsa_signature. This call also
  * resets the hashing context.
  *
  * When done with the key and signature, don't forget to call
- * mpz_clear.
+ * dsa_signature_clear.
  */
 
 /* Calls mpz_init to initialize bignum storage. */