summaryrefslogtreecommitdiff
path: root/svr-kex.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2011-02-27 13:57:32 +0000
committerMatt Johnston <matt@ucc.asn.au>2011-02-27 13:57:32 +0000
commit2c1f26019dddeba21d6a4193f00bc7875edbcefc (patch)
treef6a1d7c086902ebd8b55400fac55b17ec3554b8c /svr-kex.c
parent7baea99f299c90fc44fe2a0b8cd1613f48c24a98 (diff)
downloaddropbear-2c1f26019dddeba21d6a4193f00bc7875edbcefc.tar.gz
Refer to RFCs rather than drafts, update some section references
Diffstat (limited to 'svr-kex.c')
-rw-r--r--svr-kex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-kex.c b/svr-kex.c
index 75cb090..abd7986 100644
--- a/svr-kex.c
+++ b/svr-kex.c
@@ -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);