diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-12 13:31:39 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-12 13:31:39 +0000 |
commit | bf4bbc3d95ca8af394bd3a9bb5899ff4c87d2af5 (patch) | |
tree | 0dd982341b874e17f9fa47be4d0b88a4def7fef3 /regress | |
parent | 8066c01ebdb5a596216b54304731c1344db6ee21 (diff) |
The asn1time test no longer needs static linking.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/asn1/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/lib/libcrypto/asn1/Makefile b/regress/lib/libcrypto/asn1/Makefile index a92ca39e9aa..453916d18d1 100644 --- a/regress/lib/libcrypto/asn1/Makefile +++ b/regress/lib/libcrypto/asn1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2022/06/28 08:44:26 tb Exp $ +# $OpenBSD: Makefile,v 1.21 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 |