From 06aef643720f6f25555e6643c934eb16442756fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 25 Apr 2003 16:05:19 +0200
Subject: [PATCH] Comment fix.

Rev: src/nettle/dsa.h:1.8
---
 dsa.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dsa.h b/dsa.h
index 15de1e1a..d7aaecf5 100644
--- 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. */
-- 
GitLab