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