- djm@cvs.openbsd.org 2013/12/29 02:37:04

[key.c]
     correct comment for key_to_certified()
This commit is contained in:
Damien Miller 2013-12-29 17:48:55 +11:00
parent 83f2fe26cb
commit 5baeacf8a8
2 changed files with 5 additions and 2 deletions

View File

@ -46,6 +46,9 @@
- djm@cvs.openbsd.org 2013/12/29 02:28:10
[key.c]
allow ed25519 keys to appear as certificate authorities
- djm@cvs.openbsd.org 2013/12/29 02:37:04
[key.c]
correct comment for key_to_certified()
20131221
- (dtucker) [regress/keytype.sh] Actually test ecdsa key types.

4
key.c
View 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
@ -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)
{