From b973e0b6acc51d52707c55a3702e5761ddb84311 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 10 May 2021 20:41:44 +0000 Subject: It's no longer necessary to link ecdhtest statically. --- src/regress/lib/libcrypto/ecdh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libcrypto/ecdh/Makefile b/src/regress/lib/libcrypto/ecdh/Makefile index ae2641285a..202e125cad 100644 --- a/src/regress/lib/libcrypto/ecdh/Makefile +++ b/src/regress/lib/libcrypto/ecdh/Makefile @@ -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 -- cgit v1.2.3-55-g6feb