summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-29 17:48:15 +1100
committerDamien Miller <djm@mindrot.org>2013-12-29 17:48:15 +1100
commit06122e9a74bb488b0fe0a8f64e1135de870f9cc0 (patch)
tree2dc7d611c5f17892d9234fe2c0dda35055d8ec72 /ChangeLog
parent3e19295c3a253c8dc8660cf45baad7f45fccb969 (diff)
- djm@cvs.openbsd.org 2013/12/27 22:37:18
[ssh-rsa.c] correct comment
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 442dec3e9..fe048ae51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,9 @@
40 the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type 40 the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type
41 rather than tediously listing all variants, use __func__ for debug/ 41 rather than tediously listing all variants, use __func__ for debug/
42 error messages 42 error messages
43 - djm@cvs.openbsd.org 2013/12/27 22:37:18
44 [ssh-rsa.c]
45 correct comment
43 46
4420131221 4720131221
45 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. 48 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types.