The evp_ecx_test no longer needs static linking
authortb <tb@openbsd.org>
Thu, 2 Mar 2023 20:27:54 +0000 (20:27 +0000)
committertb <tb@openbsd.org>
Thu, 2 Mar 2023 20:27:54 +0000 (20:27 +0000)
regress/lib/libcrypto/evp/Makefile

index 3b6f466..c337c3b 100644 (file)
@@ -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