summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2023-05-09 13:07:43 +0000
committerchristos <christos@NetBSD.org>2023-05-09 13:07:43 +0000
commitb0a653984cdaa52c9a819857e22a9c8bfebb6b2c (patch)
tree5e629d4e993102e19bc9f8bb8306d92652b377f3 /libexec
parent6c61f65373490b6716229d0bea88fd2f19f03ee5 (diff)
Deal with OpenSSL-3.x
Diffstat (limited to 'libexec')
-rw-r--r--libexec/httpd/libbozohttpd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/httpd/libbozohttpd/Makefile b/libexec/httpd/libbozohttpd/Makefile
index f26b12e1aa1..ecea686cb85 100644
--- a/libexec/httpd/libbozohttpd/Makefile
+++ b/libexec/httpd/libbozohttpd/Makefile
@@ -24,4 +24,6 @@ INCSDIR= /usr/include
LDADD+= -lssl -lcrypto
DPADD+= ${LIBSSL} ${LIBCRYPTO}
+COPTS.ssl-bozo.c+= -Wno-error=deprecated-declarations
+
.include <bsd.lib.mk>