kex_setup
int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
if ((r = kex_setup(c->c_ssh, myproposal)) != 0) {
if ((r = kex_setup(ssh, myproposal)) != 0)