summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/x509/rfc3779/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/regress/lib/libcrypto/x509/rfc3779/Makefile b/src/regress/lib/libcrypto/x509/rfc3779/Makefile
index b0fc4dc683..5c53996c4b 100644
--- a/src/regress/lib/libcrypto/x509/rfc3779/Makefile
+++ b/src/regress/lib/libcrypto/x509/rfc3779/Makefile
@@ -1,11 +1,9 @@
1# $OpenBSD: Makefile,v 1.6 2022/06/02 11:48:36 tb Exp $ 1# $OpenBSD: Makefile,v 1.7 2022/12/03 09:59:19 tb Exp $
2 2
3.include "../../Makefile.inc" 3PROG = rfc3779
4 4LDADD = -lcrypto
5PROG= rfc3779 5DPADD = ${LIBCRYPTO}
6LDADD= -lcrypto 6WARNINGS = Yes
7DPADD= ${LIBCRYPTO} 7CFLAGS += -Werror
8WARNINGS= Yes
9CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror
10 8
11.include <bsd.regress.mk> 9.include <bsd.regress.mk>