CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/11/19 19:14:16

Modified files:
        usr.bin/ssh    : sshconnect.c 

Log message:
Explicitly initialize all members of the find_by_key_ctx struct.  Initializing
a single member should be enough (the spec says the remainder should be
initialized as per the static rules) but some GCCs warn on this which
prevents us testing with -Werror on those.  ok deraadt@ djm@

Reply via email to