summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-07-12 13:31:38 +0000
committertb <>2022-07-12 13:31:38 +0000
commit7ed47819cb872ae91a1104196dedda0fd2cf7e7a (patch)
treeb32db949f6b9794b4b407e1e5d01c81812ccd4cc /src
parentc308b05d9317c697caca3d2265d4ecc7628c613e (diff)
downloadopenbsd-7ed47819cb872ae91a1104196dedda0fd2cf7e7a.tar.gz
openbsd-7ed47819cb872ae91a1104196dedda0fd2cf7e7a.tar.bz2
openbsd-7ed47819cb872ae91a1104196dedda0fd2cf7e7a.zip
The asn1time test no longer needs static linking.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/asn1/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile
index a92ca39e9a..453916d18d 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.20 2022/06/28 08:44:26 tb Exp $ 1# $OpenBSD: Makefile,v 1.21 2022/07/12 13:31:38 tb Exp $
2 2
3PROGS = \ 3PROGS = \
4 asn1api \ 4 asn1api \
@@ -23,9 +23,6 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring
23 23
24LDADD_asn1basic = ${CRYPTO_INT} 24LDADD_asn1basic = ${CRYPTO_INT}
25 25
26# XXX needs to be static until symbols are exposed
27LDADD_asn1time = ${CRYPTO_INT}
28
29.for p in ${PROGS} 26.for p in ${PROGS}
30REGRESS_TARGETS += run-$p 27REGRESS_TARGETS += run-$p
31 28