summaryrefslogtreecommitdiff
path: root/key.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-29 17:49:13 +1100
committerDamien Miller <djm@mindrot.org>2013-12-29 17:49:13 +1100
commit9de4fcdc5a9cff48d49a3e2f6194d3fb2d7ae34d (patch)
treef11f559aa3296b8f43475c29be9c42b03a2be382 /key.c
parent5baeacf8a80f054af40731c6f92435f9164b8e02 (diff)
- djm@cvs.openbsd.org 2013/12/29 02:49:52
[key.c] correct comment for key_drop_cert()
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 10a48fa68..1d20167ee 100644
--- a/key.c
+++ b/key.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: key.c,v 1.112 2013/12/29 02:37:04 djm Exp $ */ 1/* $OpenBSD: key.c,v 1.113 2013/12/29 02:49:52 djm Exp $ */
2/* 2/*
3 * read_bignum(): 3 * read_bignum():
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1947,7 +1947,7 @@ key_to_certified(Key *k, int legacy)
1947 } 1947 }
1948} 1948}
1949 1949
1950/* Convert a KEY_RSA_CERT or KEY_DSA_CERT to their raw key equivalent */ 1950/* Convert a certificate to its raw key equivalent */
1951int 1951int
1952key_drop_cert(Key *k) 1952key_drop_cert(Key *k)
1953{ 1953{