mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
gmp: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
parent
504e6033d9
commit
a0353af6df
@ -157,7 +157,7 @@ static void mpz_clear_sensitive(mpz_t z)
|
||||
static status_t compute_prime(drbg_t *drbg, size_t prime_size, bool safe, mpz_t *p, mpz_t *q)
|
||||
{
|
||||
chunk_t random_bytes;
|
||||
int count = 0;
|
||||
int count DBG_UNUSED = 0;
|
||||
|
||||
mpz_init(*p);
|
||||
mpz_init(*q);
|
||||
|
Loading…
x
Reference in New Issue
Block a user