Module Name: src
Committed By: christos
Date: Tue May 9 01:47:21 UTC 2023
Modified Files:
src/libexec/httpd: Makefile
Log Message:
accommodate OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/libexec/httpd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/Makefile
diff -u src/libexec/httpd/Makefile:1.31 src/libexec/httpd/Makefile:1.32
--- src/libexec/httpd/Makefile:1.31 Sat Feb 27 23:18:46 2021
+++ src/libexec/httpd/Makefile Mon May 8 21:47:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/02/28 04:18:46 mrg Exp $
+# $NetBSD: Makefile,v 1.32 2023/05/09 01:47:21 christos Exp $
#
# $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
#
@@ -33,6 +33,8 @@ SRCS= bozohttpd.c ssl-bozo.c auth-bozo.c
tilde-luzah-bozo.c dir-index-bozo.c content-bozo.c lua-bozo.c
SRCS+= main.c
+COPTS.ssl-bozo.c+=-Wno-error=deprecated-declarations
+
LDADD= -lblocklist -lcrypt -llua -lm
DPADD= ${LIBBLOCKLIST} ${LIBCRYPT} ${LIBLUA} ${LIBM}