From: tb Date: Thu, 2 Mar 2023 20:27:54 +0000 (+0000) Subject: The evp_ecx_test no longer needs static linking X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d07f69444b21abecdfc2e47f2be1948319e73a1c;p=openbsd The evp_ecx_test no longer needs static linking --- diff --git a/regress/lib/libcrypto/evp/Makefile b/regress/lib/libcrypto/evp/Makefile index 3b6f466bb71..c337c3b111f 100644 --- a/regress/lib/libcrypto/evp/Makefile +++ b/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