diff options
Diffstat (limited to 'src/regress/lib/libcrypto/ec/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/ec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ec/Makefile b/src/regress/lib/libcrypto/ec/Makefile index 081eeb56bd..0826b44a25 100644 --- a/src/regress/lib/libcrypto/ec/Makefile +++ b/src/regress/lib/libcrypto/ec/Makefile | |||
@@ -1,10 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2023/04/17 20:36:08 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2023/04/17 20:41:02 tb Exp $ |
2 | 2 | ||
3 | PROGS += ectest | 3 | PROGS += ectest |
4 | PROGS += ec_asn1_test | 4 | PROGS += ec_asn1_test |
5 | PROGS += ec_point_conversion | 5 | PROGS += ec_point_conversion |
6 | 6 | ||
7 | LDADD = ${CRYPTO_INT} | 7 | LDADD = -lcrypto |
8 | DPADD = ${LIBCRYPTO} | 8 | DPADD = ${LIBCRYPTO} |
9 | WARNINGS = Yes | 9 | WARNINGS = Yes |
10 | CFLAGS += -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL | 10 | CFLAGS += -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL |