summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/aead/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/aead/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/aead/Makefile b/src/regress/lib/libcrypto/aead/Makefile
index bf838aa941..961da9f8db 100644
--- a/src/regress/lib/libcrypto/aead/Makefile
+++ b/src/regress/lib/libcrypto/aead/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.7 2022/07/30 16:40:23 jsing Exp $ 1# $OpenBSD: Makefile,v 1.8 2022/08/20 19:25:14 jsing Exp $
2 2
3PROG= aeadtest 3PROG= aeadtest
4LDADD= -lcrypto 4LDADD= ${CRYPTO_INT}
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror 7CFLAGS+= -DLIBRESSL_INTERNAL -Werror