We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734bb73 commit 4fbc023Copy full SHA for 4fbc023
src/regress/lib/libcrypto/bn/Makefile
@@ -1,10 +1,11 @@
1
-# $OpenBSD: Makefile,v 1.14 2022/12/02 08:30:54 tb Exp $
+# $OpenBSD: Makefile,v 1.15 2022/12/02 17:34:26 tb Exp $
2
3
PROGS += bn_add_sub
4
PROGS += bn_cmp
5
PROGS += bn_isqrt
6
PROGS += bn_mod_exp
7
PROGS += bn_mod_exp2_mont
8
+PROGS += bn_mod_exp_zero
9
PROGS += bn_mod_sqrt
10
PROGS += bn_mont
11
PROGS += bn_primes
@@ -14,6 +15,7 @@ PROGS += bn_unit
14
15
16
STATIC_LINK += bn_isqrt
17
STATIC_LINK += bn_mod_exp
18
+STATIC_LINK += bn_mod_exp_zero
19
STATIC_LINK += bn_primes
20
STATIC_LINK += bn_rand_interval
21
STATIC_LINK += bn_to_string
0 commit comments