diff options
-rw-r--r-- | src/regress/lib/libcrypto/bn/bn_isqrt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_isqrt.c b/src/regress/lib/libcrypto/bn/bn_isqrt.c index b1cacea1cd..2663bb74e9 100644 --- a/src/regress/lib/libcrypto/bn/bn_isqrt.c +++ b/src/regress/lib/libcrypto/bn/bn_isqrt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_isqrt.c,v 1.2 2022/12/06 18:23:29 tb Exp $ */ | 1 | /* $OpenBSD: bn_isqrt.c,v 1.3 2023/03/08 06: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 | * |
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include "bn_local.h" | 27 | #include "bn_local.h" |
28 | 28 | ||
29 | #define N_TESTS 400 | 29 | #define N_TESTS 100 |
30 | 30 | ||
31 | /* Sample squares between 2^128 and 2^4096. */ | 31 | /* Sample squares between 2^128 and 2^4096. */ |
32 | #define LOWER_BITS 128 | 32 | #define LOWER_BITS 128 |