diff svr-kex.c @ 641:2b1bb792cd4d dropbear-tfm

- Update tfm changes to current default tip
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Nov 2011 19:52:28 +0800
parents 76097ec1a29a 3aa74a4d83ae
children
line wrap: on
line diff
--- a/svr-kex.c	Mon Nov 21 19:19:57 2011 +0800
+++ b/svr-kex.c	Mon Nov 21 19:52:28 2011 +0800
@@ -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(fp_int *dh_e) {
 
 	DEF_FP_INT(dh_y);