summaryrefslogtreecommitdiff
path: root/bignum.h
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.h')
-rw-r--r--bignum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bignum.h b/bignum.h
index 9db38825..0c40815c 100644
--- a/bignum.h
+++ b/bignum.h
@@ -90,7 +90,7 @@ nettle_random_prime(mpz_t p, unsigned bits,
void *ctx, nettle_random_func random);
void
-_nettle_generate_pocklington_prime (mpz_t p, unsigned bits,
+_nettle_generate_pocklington_prime (mpz_t p, unsigned bits, mpz_t r,
void *ctx, nettle_random_func random,
const mpz_t p0,
const mpz_t q,