The asn1time test no longer needs static linking.
authortb <tb@openbsd.org>
Tue, 12 Jul 2022 13:31:38 +0000 (13:31 +0000)
committertb <tb@openbsd.org>
Tue, 12 Jul 2022 13:31:38 +0000 (13:31 +0000)
regress/lib/libcrypto/asn1/Makefile

index a92ca39..453916d 100644 (file)
@@ -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