From: Niels Möller Date: Sat, 24 Jul 2010 20:58:33 +0000 (+0200) Subject: Comment fix. X-Git-Tag: nettle_2.1_release_20100725~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a759ec8207f15e0cd9769b0e87f29c488a09697a;p=thirdparty%2Fnettle.git Comment fix. Rev: nettle/dsa.h:1.7 --- diff --git a/dsa.h b/dsa.h index f55b4b13..412178b4 100644 --- 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.