From e2019c900b077b3d8d5f7a0c5a38e1b74a1439b0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 2 Mar 2023 20:27:54 +0000 Subject: The evp_ecx_test no longer needs static linking --- src/regress/lib/libcrypto/evp/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/evp/Makefile b/src/regress/lib/libcrypto/evp/Makefile index 3b6f466bb7..c337c3b111 100644 --- a/src/regress/lib/libcrypto/evp/Makefile +++ b/src/regress/lib/libcrypto/evp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2023/03/02 20:22:46 tb Exp $ +# $OpenBSD: Makefile,v 1.11 2023/03/02 20:27:54 tb Exp $ PROGS= evptest evp_test evp_ecx_test evp_pkey_check evp_pkey_cleanup LDADD= -lcrypto @@ -8,8 +8,6 @@ CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/curve25519 CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/evp -LDADD_evp_ecx_test = ${CRYPTO_INT} - run-regress-evptest: evptest ./evptest ${.CURDIR}/evptests.txt -- cgit v1.2.3-55-g6feb