Module Name: src
Committed By: christos
Date: Tue May 9 13:07:44 UTC 2023
Modified Files:
src/libexec/httpd/libbozohttpd: Makefile
Log Message:
Deal with OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/libexec/httpd/libbozohttpd/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/libbozohttpd/Makefile
diff -u src/libexec/httpd/libbozohttpd/Makefile:1.3 src/libexec/httpd/libbozohttpd/Makefile:1.4
--- src/libexec/httpd/libbozohttpd/Makefile:1.3 Sun May 21 11:28:41 2017
+++ src/libexec/httpd/libbozohttpd/Makefile Tue May 9 09:07:43 2023
@@ -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>