artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4612bd
)
Link bn_gcd test to regress
author
tb
<tb@openbsd.org>
Mon, 3 Apr 2023 21:33:16 +0000
(21:33 +0000)
committer
tb
<tb@openbsd.org>
Mon, 3 Apr 2023 21:33:16 +0000
(21:33 +0000)
regress/lib/libcrypto/bn/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bn/Makefile
b/regress/lib/libcrypto/bn/Makefile
index
428259a
..
3e51cf8
100644
(file)
--- a/
regress/lib/libcrypto/bn/Makefile
+++ b/
regress/lib/libcrypto/bn/Makefile
@@
-1,7
+1,8
@@
-# $OpenBSD: Makefile,v 1.2
6 2023/03/26 22:10:03
tb Exp $
+# $OpenBSD: Makefile,v 1.2
7 2023/04/03 21:33:16
tb Exp $
PROGS += bn_add_sub
PROGS += bn_cmp
+PROGS += bn_gcd
PROGS += bn_isqrt
PROGS += bn_mod_exp
PROGS += bn_mod_sqrt
@@
-15,6
+16,7
@@
PROGS += bn_to_string
PROGS += bn_unit
PROGS += bn_word
+STATIC_LINK += bn_gcd
STATIC_LINK += bn_isqrt
STATIC_LINK += bn_mod_exp
STATIC_LINK += bn_rand_interval