artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0841c44
)
bn_to_string no longer needs to be linked statically
author
tb
<tb@openbsd.org>
Mon, 10 Apr 2023 13:57:57 +0000
(13:57 +0000)
committer
tb
<tb@openbsd.org>
Mon, 10 Apr 2023 13:57:57 +0000
(13:57 +0000)
regress/lib/libcrypto/bn/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bn/Makefile
b/regress/lib/libcrypto/bn/Makefile
index
3e51cf8
..
71909ed
100644
(file)
--- a/
regress/lib/libcrypto/bn/Makefile
+++ b/
regress/lib/libcrypto/bn/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.2
7 2023/04/03 21:33:16
tb Exp $
+# $OpenBSD: Makefile,v 1.2
8 2023/04/10 13:57:57
tb Exp $
PROGS += bn_add_sub
PROGS += bn_cmp
@@
-21,7
+21,6
@@
STATIC_LINK += bn_isqrt
STATIC_LINK += bn_mod_exp
STATIC_LINK += bn_rand_interval
STATIC_LINK += bn_test
-STATIC_LINK += bn_to_string
LDADD = -lcrypto
DPADD = ${LIBCRYPTO}