diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-02-27 13:57:32 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-02-27 13:57:32 +0000 |
commit | 3c42c5407cfef441dfa53b1797b41b9f66707f74 (patch) | |
tree | f6a1d7c086902ebd8b55400fac55b17ec3554b8c /svr-kex.c | |
parent | 9d9a8ff73577cf6aace5f52e5256acabccfd5b09 (diff) |
Refer to RFCs rather than drafts, update some section references
--HG--
extra : convert_revision : b5c5c88e702f427b9d5e8c592e2b7e1bda204ff3
Diffstat (limited to 'svr-kex.c')
-rw-r--r-- | svr-kex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ void recv_msg_kexdh_init() { * 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); |