summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/ec/Makefile')
-rw-r--r--src/regress/lib/libcrypto/ec/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/ec/Makefile b/src/regress/lib/libcrypto/ec/Makefile
index 59311ef79d..b21eacb4bc 100644
--- a/src/regress/lib/libcrypto/ec/Makefile
+++ b/src/regress/lib/libcrypto/ec/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.10 2025/01/21 16:47:52 tb Exp $ 1# $OpenBSD: Makefile,v 1.11 2025/03/08 20:09:35 tb Exp $
2 2
3.ifdef EOPENSSL33 3.ifdef EOPENSSL33
4LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 4LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33
@@ -10,6 +10,11 @@ PROGS += ectest
10PROGS += ec_asn1_test 10PROGS += ec_asn1_test
11PROGS += ec_point_conversion 11PROGS += ec_point_conversion
12 12
13LDADD_ec_asn1_test += ${CRYPTO_INT}
14
15CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bn
16CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/ec
17
13LDADD = -lcrypto 18LDADD = -lcrypto
14DPADD = ${LIBCRYPTO} 19DPADD = ${LIBCRYPTO}
15WARNINGS = Yes 20WARNINGS = Yes