From 63ebf91155ce6c41524738f72f86530e3572d8e0 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 12 Jul 2022 13:31:38 +0000 Subject: [PATCH] The asn1time test no longer needs static linking. --- regress/lib/libcrypto/asn1/Makefile | 5 +---- 1 file changed, 1 insertion(+), 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 -- 2.20.1