artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5e0dd
)
link asn1object test statically in preparation for upcoming bump
author
tb
<tb@openbsd.org>
Sun, 11 Sep 2022 15:24:53 +0000
(15:24 +0000)
committer
tb
<tb@openbsd.org>
Sun, 11 Sep 2022 15:24:53 +0000
(15:24 +0000)
regress/lib/libcrypto/asn1/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/asn1/Makefile
b/regress/lib/libcrypto/asn1/Makefile
index
453916d
..
4e94499
100644
(file)
--- a/
regress/lib/libcrypto/asn1/Makefile
+++ b/
regress/lib/libcrypto/asn1/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.2
1 2022/07/12 13:31:38
tb Exp $
+# $OpenBSD: Makefile,v 1.2
2 2022/09/11 15:24:53
tb Exp $
PROGS = \
asn1api \
@@
-22,6
+22,7
@@
CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/asn1
CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring
LDADD_asn1basic = ${CRYPTO_INT}
+LDADD_asn1object = ${CRYPTO_INT}
.for p in ${PROGS}
REGRESS_TARGETS += run-$p