summaryrefslogtreecommitdiffstats
path: root/key.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-29 17:48:55 +1100
committerDamien Miller <djm@mindrot.org>2013-12-29 17:48:55 +1100
commit5baeacf8a80f054af40731c6f92435f9164b8e02 (patch)
treea4102182294007c675f3e1ba3f12b25b6742cd4c /key.c
parent83f2fe26cb19330712c952eddbd3c0b621674adc (diff)
- djm@cvs.openbsd.org 2013/12/29 02:37:04
[key.c] correct comment for key_to_certified()
Diffstat (limited to 'key.c')
-rw-r--r--key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/key.c b/key.c
index ec40cb15..10a48fa6 100644
--- a/key.c
+++ b/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
@@ -1914,7 +1914,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)
{