diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/ec/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/regress/lib/libcrypto/ec/Makefile b/src/regress/lib/libcrypto/ec/Makefile index 20d2a90318..59311ef79d 100644 --- a/src/regress/lib/libcrypto/ec/Makefile +++ b/src/regress/lib/libcrypto/ec/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.9 2024/11/04 09:51:51 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2025/01/21 16:47:52 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 |
| @@ -6,14 +6,14 @@ CFLAGS += -I/usr/local/include/eopenssl33/ | |||
| 6 | CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED | 6 | CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED |
| 7 | .endif | 7 | .endif |
| 8 | 8 | ||
| 9 | PROGS += ectest | 9 | 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 = -lcrypto | 13 | LDADD = -lcrypto |
| 14 | DPADD = ${LIBCRYPTO} | 14 | DPADD = ${LIBCRYPTO} |
| 15 | WARNINGS = Yes | 15 | WARNINGS = Yes |
| 16 | CFLAGS += -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL | 16 | CFLAGS += -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL |
| 17 | CFLAGS += -Wall -Wundef -Werror | 17 | CFLAGS += -Wall -Wundef -Werror |
| 18 | 18 | ||
| 19 | .include <bsd.regress.mk> | 19 | .include <bsd.regress.mk> |
