array declaration with its size

This commit is contained in:
Francois Perrad 2015-10-11 15:54:43 +02:00 committed by Steffen Jaeckel
parent 759ed1f050
commit 4430c6bc5f
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ int mp_exptmod(mp_int *a, mp_int *b, mp_int *c, mp_int *d);
#endif
/* table of first PRIME_SIZE primes */
extern const mp_digit ltm_prime_tab[];
extern const mp_digit ltm_prime_tab[PRIME_SIZE];
/* result=1 if a is divisible by one of the first PRIME_SIZE primes */
int mp_prime_is_divisible(mp_int *a, int *result);