Document hash functions.
[openssl.git] / doc / crypto / dsa.pod
index e5ae42f5a14f57f63c05717876720d44af1d1a29..2c092448990f76499886bbb4365317cca26d8fd0 100644 (file)
@@ -15,7 +15,7 @@ dsa - Digital Signature Algorithm
 
  DSA * DSA_generate_parameters(int bits, unsigned char *seed,
                 int seed_len, int *counter_ret, unsigned long *h_ret,
-               void (*callback)(), void *cb_arg);
+               void (*callback)(int, int, void *), void *cb_arg);
 
  DH *  DSA_dup_DH(DSA *r);