From: djm Date: Sun, 29 Dec 2013 02:37:04 +0000 (+0000) Subject: correct comment for key_to_certified() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a4eb8bc6f4779e4ec399516c7fe884500c0b06b3;p=openbsd correct comment for key_to_certified() --- 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 , 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) {