It's no longer necessary to link ecdhtest statically.
authortb <tb@openbsd.org>
Mon, 10 May 2021 20:41:44 +0000 (20:41 +0000)
committertb <tb@openbsd.org>
Mon, 10 May 2021 20:41:44 +0000 (20:41 +0000)
regress/lib/libcrypto/ecdh/Makefile

index ae26412..202e125 100644 (file)
@@ -1,7 +1,7 @@
-#      $OpenBSD: Makefile,v 1.4 2021/04/20 17:21:27 tb Exp $
+#      $OpenBSD: Makefile,v 1.5 2021/05/10 20:41:44 tb Exp $
 
 PROG=  ecdhtest
-LDADD= ${CRYPTO_INT}
+LDADD= -lcrypto
 DPADD= ${LIBCRYPTO}
 WARNINGS=      Yes
 CFLAGS+=       -DLIBRESSL_INTERNAL -Werror