Module Name: src Committed By: christos Date: Wed Oct 2 21:21:26 UTC 2024
Modified Files: src/crypto/external/bsd/openssh/lib: Makefile Log Message: fix clang build To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 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.40 src/crypto/external/bsd/openssh/lib/Makefile:1.41 --- src/crypto/external/bsd/openssh/lib/Makefile:1.40 Tue Sep 24 17:32:20 2024 +++ src/crypto/external/bsd/openssh/lib/Makefile Wed Oct 2 17:21:26 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2024/09/24 21:32:20 christos Exp $ +# $NetBSD: Makefile,v 1.41 2024/10/02 21:21:26 christos Exp $ .include <bsd.own.mk> @@ -136,5 +136,8 @@ COPTS.sshbuf-getput-crypto.c+= -Wno-erro COPTS.sshkey.c+= -Wno-error=deprecated-declarations COPTS.umac.c+= -Wno-error=deprecated-declarations COPTS.umac128.c+= -Wno-error=deprecated-declarations +COPTS.kexmlkem768x25519.c+=${${ACTIVE_CC} == "clang":? -Wno-error=missing-noreturn:} + + .include <bsd.lib.mk>