chiark / gitweb /
pub/dsa-misc.c, pub/dsa.h: Make arg name in comment match declaration.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 27 May 2015 18:04:29 +0000 (19:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 23 Jun 2016 14:46:28 +0000 (15:46 +0100)
pub/dsa-misc.c
pub/dsa.h

index 8b03271be207ef00957c8863d52fec44f8709991..3902f68e15be18dafc183a7baa72ac1dbba3ef3a 100644 (file)
@@ -67,7 +67,7 @@ mp *dsa_h2n(mp *d, mp *r, const void *h, size_t hsz)
  *             @mp *q@ = order of the DSA group
  *             @mp *x@ = secret key
  *             @const octet *m@ = message hash
- *             @const gchash *h@ = hash class
+ *             @const gchash *ch@ = hash class
  *             @grand *r@ = random bit source, or null
  *
  * Returns:    A nonce.
index 97046fde578198a814d1baa015cc541f3e4f511b..c803c78f2a00f6a62df91fe99ce9b90c58d7fda6 100644 (file)
--- a/pub/dsa.h
+++ b/pub/dsa.h
@@ -196,7 +196,7 @@ extern mp *dsa_h2n(mp */*d*/, mp */*r*/, const void */*h*/, size_t /*hsz*/);
  *             @mp *q@ = order of the DSA group
  *             @mp *x@ = secret key
  *             @const octet *m@ = message hash
- *             @const gchash *h@ = hash class
+ *             @const gchash *ch@ = hash class
  *             @grand *r@ = random bit source, or null
  *
  * Returns:    A nonce.