diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2013-12-29 02:37:05 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2013-12-29 02:37:05 +0000 |
commit | 4d784d1f264855ee463454536b78304109c3b8de (patch) | |
tree | 2d5874d35610359e98bb11aa45f1e00ec5fac330 /usr.bin/ssh | |
parent | 00c33e818e92d1a3fbec07c3a94f183c1a9ff513 (diff) |
correct comment for key_to_certified()
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/key.c b/usr.bin/ssh/key.c index 18393aacdbf..3453d6e9826 100644 --- a/usr.bin/ssh/key.c +++ b/usr.bin/ssh/key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: key.c,v 1.111 2013/12/29 02:28:10 djm Exp $ */ +/* $OpenBSD: key.c,v 1.112 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) { |