Module Name: src Committed By: christos Date: Tue May 9 02:08:31 UTC 2023
Modified Files: src/crypto/external/bsd/openssh/lib: Makefile Log Message: Accomodate OpenSLL-3.x To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/crypto/external/bsd/openssh/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/openssh/lib/Makefile diff -u src/crypto/external/bsd/openssh/lib/Makefile:1.34 src/crypto/external/bsd/openssh/lib/Makefile:1.35 --- src/crypto/external/bsd/openssh/lib/Makefile:1.34 Fri Mar 5 12:47:16 2021 +++ src/crypto/external/bsd/openssh/lib/Makefile Mon May 8 22:08:31 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2021/03/05 17:47:16 christos Exp $ +# $NetBSD: Makefile,v 1.35 2023/05/09 02:08:31 christos Exp $ .include <bsd.own.mk> @@ -129,5 +129,20 @@ COPTS.umac.c+= -O0 COPTS.hostfile.c+= ${GCC_NO_FORMAT_TRUNCATION} COPTS.sshkey.c+= ${GCC_NO_FORMAT_TRUNCATION} +COPTS.cipher.c+= -Wno-error=deprecated-declarations +COPTS.dh.c+= -Wno-error=deprecated-declarations +COPTS.kex.c+= -Wno-error=deprecated-declarations +COPTS.kexdh.c+= -Wno-error=deprecated-declarations +COPTS.kexecdh.c+= -Wno-error=deprecated-declarations +COPTS.kexgexc.c+= -Wno-error=deprecated-declarations +COPTS.ssh-dss.c+= -Wno-error=deprecated-declarations +COPTS.ssh-ecdsa-sk.c+= -Wno-error=deprecated-declarations +COPTS.ssh-ecdsa.c+= -Wno-error=deprecated-declarations +COPTS.ssh-pkcs11.c+= -Wno-error=deprecated-declarations +COPTS.ssh-rsa.c+= -Wno-error=deprecated-declarations +COPTS.sshbuf-getput-crypto.c+= -Wno-error=deprecated-declarations +COPTS.sshkey.c+= -Wno-error=deprecated-declarations +COPTS.umac.c+= -Wno-error=deprecated-declarations +COPTS.umac128.c+= -Wno-error=deprecated-declarations .include <bsd.lib.mk>