Skip to content

Commit b3199c6

Browse files
author
tb
committed
Retire the bn_rand_interval() test
This test was never particularly useful. An upcoming API change for the internal bn_rand_interval() API would require some adjustments. It's not worth it.
1 parent 63195b4 commit b3199c6

File tree

2 files changed

+1
-115
lines changed

2 files changed

+1
-115
lines changed

src/regress/lib/libcrypto/bn/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $OpenBSD: Makefile,v 1.34 2023/07/06 15:08:54 tb Exp $
1+
# $OpenBSD: Makefile,v 1.35 2023/08/03 18:44:31 tb Exp $
22

33
PROGS += bn_add_sub
44
PROGS += bn_cmp
@@ -13,7 +13,6 @@ PROGS += bn_mont
1313
PROGS += bn_mul_div
1414
PROGS += bn_primes
1515
PROGS += bn_print
16-
PROGS += bn_rand_interval
1716
PROGS += bn_shift
1817
PROGS += bn_test
1918
PROGS += bn_to_string
@@ -24,7 +23,6 @@ STATIC_LINK += bn_gcd
2423
STATIC_LINK += bn_isqrt
2524
STATIC_LINK += bn_mod_exp
2625
STATIC_LINK += bn_print
27-
STATIC_LINK += bn_rand_interval
2826
STATIC_LINK += bn_test
2927

3028
LDADD = -lcrypto

src/regress/lib/libcrypto/bn/bn_rand_interval.c

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)