soothed preprocessor
This commit is contained in:
parent
70589a00f9
commit
be9a71fd52
@ -105,7 +105,7 @@ mp_err mp_prime_is_prime(const mp_int *a, int t, mp_bool *result)
|
||||
* MP_8BIT (It is unknown if the Lucas-Selfridge test works with 16-bit
|
||||
* integers but the necesssary analysis is on the todo-list).
|
||||
*/
|
||||
#ifdef (LTM_USE_FROBENIUS_TEST)
|
||||
#ifdef LTM_USE_FROBENIUS_TEST
|
||||
err = mp_prime_frobenius_underwood(a, &res);
|
||||
if ((err != MP_OKAY) && (err != MP_ITER)) {
|
||||
goto LBL_B;
|
||||
|
Loading…
Reference in New Issue
Block a user