diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/general/bn_primes.c')
-rw-r--r-- | src/regress/lib/libcrypto/bn/general/bn_primes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/bn_primes.c b/src/regress/lib/libcrypto/bn/general/bn_primes.c index f9d358f709..c61cdb34b8 100644 --- a/src/regress/lib/libcrypto/bn/general/bn_primes.c +++ b/src/regress/lib/libcrypto/bn/general/bn_primes.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_primes.c,v 1.1 2022/06/18 19:53:19 tb Exp $ */ | 1 | /* $OpenBSD: bn_primes.c,v 1.2 2022/11/09 23:28:08 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -24,7 +24,7 @@ test_bn_is_prime_fasttest(int do_trial_division) | |||
24 | { | 24 | { |
25 | BIGNUM *n = NULL; | 25 | BIGNUM *n = NULL; |
26 | char *descr = NULL; | 26 | char *descr = NULL; |
27 | prime_t i, j, max; | 27 | uint16_t i, j, max; |
28 | int is_prime, ret; | 28 | int is_prime, ret; |
29 | int failed = 1; | 29 | int failed = 1; |
30 | 30 | ||