Skip to content

Commit b404756

Browse files
committed
soothed preprocessor
1 parent af09617 commit b404756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bn_mp_prime_is_prime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ mp_err mp_prime_is_prime(const mp_int *a, int t, mp_bool *result)
105105
* MP_8BIT (It is unknown if the Lucas-Selfridge test works with 16-bit
106106
* integers but the necesssary analysis is on the todo-list).
107107
*/
108-
#ifdef (LTM_USE_FROBENIUS_TEST)
108+
#ifdef LTM_USE_FROBENIUS_TEST
109109
err = mp_prime_frobenius_underwood(a, &res);
110110
if ((err != MP_OKAY) && (err != MP_ITER)) {
111111
goto LBL_B;

0 commit comments

Comments
 (0)