Handle OpenSSL-3.x

This commit is contained in:
christos 2023-05-09 20:39:24 +00:00
parent 528ce0b18e
commit 72781fabb5
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2021/04/13 04:58:59 mrg Exp $
# $NetBSD: Makefile,v 1.26 2023/05/09 20:39:24 christos Exp $
LIBISPRIVATE=yes
@ -105,4 +105,6 @@ COPTS.timetoa.c+= ${GCC_NO_FORMAT_TRUNCATION}
COPTS.socktoa.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-restrict :}
COPTS.socktohost.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-restrict :}
COPTS.a_md5encrypt.c+= -Wno-error=deprecated-declarations
.include <bsd.lib.mk>