Deleted Added
full compact
26c26
< RCSID("$OpenBSD: sshconnect2.c,v 1.135 2004/03/05 10:53:58 markus Exp $");
---
> RCSID("$OpenBSD: sshconnect2.c,v 1.138 2004/06/13 12:53:24 djm Exp $");
46c46
< #include "readpass.h"
---
> #include "misc.h"
122a123
> kex->kex[KEX_DH_GRP14_SHA1] = kexdh_client;
461c462
< TAILQ_FOREACH_REVERSE(id, &authctxt->keys, next, idlist) {
---
> TAILQ_FOREACH_REVERSE(id, &authctxt->keys, idlist, next) {