diff options
-rw-r--r-- | src/regress/lib/libcrypto/bn/bn_rand_interval.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_rand_interval.c b/src/regress/lib/libcrypto/bn/bn_rand_interval.c index 032edfb497..3c5eaac041 100644 --- a/src/regress/lib/libcrypto/bn/bn_rand_interval.c +++ b/src/regress/lib/libcrypto/bn/bn_rand_interval.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_rand_interval.c,v 1.1 2022/12/01 20:50:10 tb Exp $ */ | 1 | /* $OpenBSD: bn_rand_interval.c,v 1.2 2023/03/08 06:44:45 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #include <openssl/bn.h> | 21 | #include <openssl/bn.h> |
22 | 22 | ||
23 | #define NUM_TESTS 1000000 | 23 | #define NUM_TESTS 10000 |
24 | 24 | ||
25 | int bn_rand_interval(BIGNUM *rnd, const BIGNUM *lower_incl, | 25 | int bn_rand_interval(BIGNUM *rnd, const BIGNUM *lower_incl, |
26 | const BIGNUM *upper_excl); | 26 | const BIGNUM *upper_excl); |