diff options
Diffstat (limited to 'src/regress/lib/libcrypto/dsa')
| -rw-r--r-- | src/regress/lib/libcrypto/dsa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/dsa/Makefile b/src/regress/lib/libcrypto/dsa/Makefile index 489c2225d2..f87eb77e8a 100644 --- a/src/regress/lib/libcrypto/dsa/Makefile +++ b/src/regress/lib/libcrypto/dsa/Makefile | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.4 2022/01/12 08:59:56 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2022/01/14 09:38:50 tb Exp $ |
| 2 | 2 | ||
| 3 | PROG= dsatest | 3 | PROG= dsatest |
| 4 | LDADD= ${CRYPTO_INT} # XXX link dynamically after bump | 4 | LDADD= -lcrypto |
| 5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
| 6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
| 8 | 8 | ||
| 9 | REGRESS_TARGETS=regress-dsatest | 9 | REGRESS_TARGETS=regress-dsatest |
| 10 | 10 | ||
