correct comment for key_to_certified()
authordjm <djm@openbsd.org>
Sun, 29 Dec 2013 02:37:04 +0000 (02:37 +0000)
committerdjm <djm@openbsd.org>
Sun, 29 Dec 2013 02:37:04 +0000 (02:37 +0000)
usr.bin/ssh/key.c

index 18393aa..3453d6e 100644 (file)
@@ -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)
 {