diff options
Diffstat (limited to 'src/regress/lib/libcrypto/ec/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/ec/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ec/Makefile b/src/regress/lib/libcrypto/ec/Makefile index 394ac51226..59f5077bd2 100644 --- a/src/regress/lib/libcrypto/ec/Makefile +++ b/src/regress/lib/libcrypto/ec/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2021/04/21 20:15:08 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2021/12/04 05:15:09 jsing Exp $ |
2 | 2 | ||
3 | PROGS += ectest | 3 | PROGS += ectest |
4 | PROGS += ec_asn1_test | ||
4 | PROGS += ec_point_conversion | 5 | PROGS += ec_point_conversion |
5 | 6 | ||
6 | .for t in ${PROGS} | 7 | .for t in ${PROGS} |
@@ -10,7 +11,8 @@ REGRESS_TARGETS += run-$t | |||
10 | LDADD = ${CRYPTO_INT} | 11 | LDADD = ${CRYPTO_INT} |
11 | DPADD = ${LIBCRYPTO} | 12 | DPADD = ${LIBCRYPTO} |
12 | WARNINGS = Yes | 13 | WARNINGS = Yes |
13 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | 14 | CFLAGS += -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL |
15 | CFLAGS += -Wall -Wundef -Werror | ||
14 | 16 | ||
15 | CLEANFILES += ${PROGS} | 17 | CLEANFILES += ${PROGS} |
16 | 18 | ||