From 7ed47819cb872ae91a1104196dedda0fd2cf7e7a Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 12 Jul 2022 13:31:38 +0000 Subject: The asn1time test no longer needs static linking. --- src/regress/lib/libcrypto/asn1/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') 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 @@ -# $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 -- cgit v1.2.3-55-g6feb