From: Niels Möller Date: Fri, 25 Apr 2003 14:05:19 +0000 (+0200) Subject: Comment fix. X-Git-Tag: nettle_1.8_release_20040110~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06aef643720f6f25555e6643c934eb16442756fd;p=thirdparty%2Fnettle.git Comment fix. Rev: src/nettle/dsa.h:1.8 --- 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. */