diff options
Diffstat (limited to 'src/regress/lib/libcrypto/ec/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/ec/Makefile | 8 |
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 | ||
| 4 | LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 | ||
| 5 | CFLAGS += -I/usr/local/include/eopenssl33/ | ||
| 6 | CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED | ||
| 7 | .endif | ||
| 2 | 8 | ||
| 3 | PROGS += ectest | 9 | PROGS += ectest |
| 4 | PROGS += ec_asn1_test | 10 | PROGS += ec_asn1_test |
