diff options
Diffstat (limited to 'src/regress/lib/libcrypto/aead/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/aead/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/aead/Makefile b/src/regress/lib/libcrypto/aead/Makefile index 344bdcbbf1..1643080333 100644 --- a/src/regress/lib/libcrypto/aead/Makefile +++ b/src/regress/lib/libcrypto/aead/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2022/01/12 08:54:23 tb Exp $ |
2 | 2 | ||
3 | PROG= aeadtest | 3 | PROG= aeadtest |
4 | LDADD= -lcrypto | 4 | #LDADD= -lcrypto |
5 | LDADD= ${CRYPTO_INT} # XXX link dynamically after bump | ||
5 | DPADD= ${LIBCRYPTO} | 6 | DPADD= ${LIBCRYPTO} |
6 | WARNINGS= Yes | 7 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 8 | CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror |
8 | 9 | ||
9 | REGRESS_TARGETS=regress-aeadtest | 10 | REGRESS_TARGETS=regress-aeadtest |
10 | 11 | ||