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