Module Name: src
Committed By: martin
Date: Tue Oct 8 11:07:03 UTC 2024
Modified Files:
src/crypto/external/bsd/openssh/dist [netbsd-9]: kex.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #1892):
crypto/external/bsd/openssh/dist/kex.c: revision 1.38
openssh: kex: Do not pass NULL as %s for logit() in our local diff
newkeys->mac.name can be NULL since OpenSSH 6.2:
http://cvsweb.netbsd.org/bsdweb.cgi/src/crypto/external/bsd/openssh/dist/kex.c.diff?r1=1.1.1.4&r2=1.1.1.5&f=h
Use "<implicit>" as done for debug() in the upstream code.
This is harmless for our snprintf(3) implementation although.
To generate a diff of this commit:
cvs rdiff -u -r1.24.2.1 -r1.24.2.2 src/crypto/external/bsd/openssh/dist/kex.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.