Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd accommodate OpenSSL-3.x



details:   https://anonhg.NetBSD.org/src/rev/d671856ef218
branches:  trunk
changeset: 374640:d671856ef218
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 09 01:47:21 2023 +0000

description:
accommodate OpenSSL-3.x

diffstat:

 libexec/httpd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 18a04379670d -r d671856ef218 libexec/httpd/Makefile
--- a/libexec/httpd/Makefile    Tue May 09 01:21:09 2023 +0000
+++ b/libexec/httpd/Makefile    Tue May 09 01:47:21 2023 +0000
@@ -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}
 



Home | Main Index | Thread Index | Old Index