The cttest can link dynamically now
authortb <tb@openbsd.org>
Fri, 14 Jan 2022 09:33:46 +0000 (09:33 +0000)
committertb <tb@openbsd.org>
Fri, 14 Jan 2022 09:33:46 +0000 (09:33 +0000)
regress/lib/libcrypto/ct/Makefile

index ca17d82..52830ae 100644 (file)
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 2022/01/06 04:42:00 jsing Exp $
+# $OpenBSD: Makefile,v 1.3 2022/01/14 09:33:46 tb Exp $
 
 PROG=          cttest
-LDADD=         ${CRYPTO_INT}
+LDADD=         -lcrypto
 DPADD=         ${LIBCRYPTO}
 
 WARNINGS=      Yes