chiark / gitweb /
pub/dsa-misc.c, pub/dsa.h: Make arg name in comment match declaration.
[catacomb] / pub / dsa-misc.c
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.