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/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/ec/Makefile b/src/regress/lib/libcrypto/ec/Makefile
index 0826b44a25..20d2a90318 100644
--- a/src/regress/lib/libcrypto/ec/Makefile
+++ b/src/regress/lib/libcrypto/ec/Makefile
@@ -1,4 +1,10 @@
1# $OpenBSD: Makefile,v 1.8 2023/04/17 20:41:02 tb Exp $ 1# $OpenBSD: Makefile,v 1.9 2024/11/04 09:51:51 tb Exp $
2
3.ifdef EOPENSSL33
4LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33
5CFLAGS += -I/usr/local/include/eopenssl33/
6CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED
7.endif
2 8
3PROGS += ectest 9PROGS += ectest
4PROGS += ec_asn1_test 10PROGS += ec_asn1_test