summaryrefslogtreecommitdiff
path: root/dsa-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'dsa-sign.c')
-rw-r--r--dsa-sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsa-sign.c b/dsa-sign.c
index 8c7058ce..18eeca34 100644
--- a/dsa-sign.c
+++ b/dsa-sign.c
@@ -38,7 +38,7 @@
int
_dsa_sign(const struct dsa_public_key *pub,
const struct dsa_private_key *key,
- void *random_ctx, nettle_random_func random,
+ void *random_ctx, nettle_random_func *random,
unsigned digest_size,
const uint8_t *digest,
struct dsa_signature *signature)