Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/heimdal/bin/hxtool Handle OpenSSL-3.x
details: https://anonhg.NetBSD.org/src/rev/d87e3fe14e94
branches: trunk
changeset: 374679:d87e3fe14e94
user: christos <christos%NetBSD.org@localhost>
date: Tue May 09 22:12:33 2023 +0000
description:
Handle OpenSSL-3.x
diffstat:
crypto/external/bsd/heimdal/bin/hxtool/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e0087e55ac3c -r d87e3fe14e94 crypto/external/bsd/heimdal/bin/hxtool/Makefile
--- a/crypto/external/bsd/heimdal/bin/hxtool/Makefile Tue May 09 22:00:00 2023 +0000
+++ b/crypto/external/bsd/heimdal/bin/hxtool/Makefile Tue May 09 22:12:33 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/05/25 19:21:16 he Exp $
+# $NetBSD: Makefile,v 1.3 2023/05/09 22:12:33 christos Exp $
.include <bsd.own.mk>
.include <${.CURDIR}/../../Makefile.inc>
@@ -20,5 +20,7 @@ DPADD+= ${LIBGSSAPI}
DPADD+= ${LIBSL}
DPADD+= ${LIBEDIT} ${LIBTERMINFO}
+COPTS.hxtool.c+= -Wno-error=deprecated-declarations
+
.include <${HEIMBASE}/Makefile.rules.inc>
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index