artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6147545
)
The asn1time test no longer needs static linking.
author
tb
<tb@openbsd.org>
Tue, 12 Jul 2022 13:31:38 +0000
(13:31 +0000)
committer
tb
<tb@openbsd.org>
Tue, 12 Jul 2022 13:31:38 +0000
(13:31 +0000)
regress/lib/libcrypto/asn1/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/asn1/Makefile
b/regress/lib/libcrypto/asn1/Makefile
index
a92ca39
..
453916d
100644
(file)
--- a/
regress/lib/libcrypto/asn1/Makefile
+++ b/
regress/lib/libcrypto/asn1/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.2
0 2022/06/28 08:44:26
tb Exp $
+# $OpenBSD: Makefile,v 1.2
1 2022/07/12 13:31:38
tb Exp $
PROGS = \
asn1api \
@@
-23,9
+23,6
@@
CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring
LDADD_asn1basic = ${CRYPTO_INT}
-# XXX needs to be static until symbols are exposed
-LDADD_asn1time = ${CRYPTO_INT}
-
.for p in ${PROGS}
REGRESS_TARGETS += run-$p