Mercurial > dropbear
diff svr-kex.c @ 603:3aa74a4d83ae
Refer to RFCs rather than drafts, update some section references
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 27 Feb 2011 13:57:32 +0000 |
parents | 454a34b2dfd1 |
children | 2b1bb792cd4d b07eb3dc23ec 2f1c199b6e4b |
line wrap: on
line diff
--- a/svr-kex.c Sun Feb 27 13:12:17 2011 +0000 +++ b/svr-kex.c Sun Feb 27 13:57:32 2011 +0000 @@ -70,7 +70,7 @@ * that, the session hash is calculated, and signed with RSA or DSS. The * result is sent to the client. * - * See the ietf-secsh-transport draft, section 6, for details */ + * See the transport rfc 4253 section 8 for details */ static void send_msg_kexdh_reply(mp_int *dh_e) { DEF_MP_INT(dh_y);