Skip to content
Snippets Groups Projects
Commit 260f1c27 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Removed warning on SCO.

Rev: src/modules/Gmp/next_prime.c:1.3
parent a36d934d
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ void
mpz_next_prime(mpz_t p, mpz_t n, int count, int prime_limit)
{
mpz_t tmp;
unsigned long *moduli;
unsigned long *moduli = NULL;
unsigned long difference;
int i;
int composite;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment