summaryrefslogtreecommitdiffhomepage
path: root/dropbearkey.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
commit3c42c5407cfef441dfa53b1797b41b9f66707f74 (patch)
treef6a1d7c086902ebd8b55400fac55b17ec3554b8c /dropbearkey.c
parent9d9a8ff73577cf6aace5f52e5256acabccfd5b09 (diff)
Refer to RFCs rather than drafts, update some section references
--HG-- extra : convert_revision : b5c5c88e702f427b9d5e8c592e2b7e1bda204ff3
Diffstat (limited to 'dropbearkey.c')
-rw-r--r--dropbearkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dropbearkey.c b/dropbearkey.c
index aff809f..421b6e0 100644
--- a/dropbearkey.c
+++ b/dropbearkey.c
@@ -23,7 +23,7 @@
* SOFTWARE. */
/* The format of the keyfiles is basically a raw dump of the buffer. Data types
- * are specified in the transport draft - string is a 32-bit len then the
+ * are specified in the transport rfc 4253 - string is a 32-bit len then the
* non-null-terminated string, mp_int is a 32-bit len then the bignum data.
* The actual functions are buf_put_rsa_priv_key() and buf_put_dss_priv_key()