diff options
Diffstat (limited to 'src/regress/lib/libcrypto/ec/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/ec/Makefile | 7 |
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 |
4 | LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 | 4 | LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 |
@@ -10,6 +10,11 @@ PROGS += ectest | |||
10 | PROGS += ec_asn1_test | 10 | PROGS += ec_asn1_test |
11 | PROGS += ec_point_conversion | 11 | PROGS += ec_point_conversion |
12 | 12 | ||
13 | LDADD_ec_asn1_test += ${CRYPTO_INT} | ||
14 | |||
15 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bn | ||
16 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/ec | ||
17 | |||
13 | LDADD = -lcrypto | 18 | LDADD = -lcrypto |
14 | DPADD = ${LIBCRYPTO} | 19 | DPADD = ${LIBCRYPTO} |
15 | WARNINGS = Yes | 20 | WARNINGS = Yes |