SSH2_MSG_NEWKEYS
if ((r = sshpkt_start(ssh, SSH2_MSG_NEWKEYS)) != 0 ||
ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys);
ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error);
if (type == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) {
if (type == SSH2_MSG_NEWKEYS)
if (type == SSH2_MSG_NEWKEYS) {
if (*typep == SSH2_MSG_NEWKEYS && ssh->kex->kex_strict) {