artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a2ee47
)
correct comment for key_to_certified()
author
djm
<djm@openbsd.org>
Sun, 29 Dec 2013 02:37:04 +0000
(
02:37
+0000)
committer
djm
<djm@openbsd.org>
Sun, 29 Dec 2013 02:37:04 +0000
(
02:37
+0000)
usr.bin/ssh/key.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/key.c
b/usr.bin/ssh/key.c
index
18393aa
..
3453d6e
100644
(file)
--- a/
usr.bin/ssh/key.c
+++ b/
usr.bin/ssh/key.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: key.c,v 1.11
1 2013/12/29 02:28:10
djm Exp $ */
+/* $OpenBSD: key.c,v 1.11
2 2013/12/29 02:37:04
djm Exp $ */
/*
* read_bignum():
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@
-1849,7
+1849,7
@@
key_type_plain(int type)
}
}
-/* Convert a
KEY_RSA or KEY_DSA
to their _CERT equivalent */
+/* Convert a
plain key
to their _CERT equivalent */
int
key_to_certified(Key *k, int legacy)
{