summaryrefslogtreecommitdiff
path: root/krl.h
diff options
context:
space:
mode:
Diffstat (limited to 'krl.h')
-rw-r--r--krl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/krl.h b/krl.h
index 4e12befc3..675496cc4 100644
--- a/krl.h
+++ b/krl.h
@@ -14,7 +14,7 @@
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */ 15 */
16 16
17/* $OpenBSD: krl.h,v 1.4 2015/01/13 19:06:49 djm Exp $ */ 17/* $OpenBSD: krl.h,v 1.5 2015/12/30 23:46:14 djm Exp $ */
18 18
19#ifndef _KRL_H 19#ifndef _KRL_H
20#define _KRL_H 20#define _KRL_H
@@ -43,7 +43,6 @@ struct ssh_krl;
43struct ssh_krl *ssh_krl_init(void); 43struct ssh_krl *ssh_krl_init(void);
44void ssh_krl_free(struct ssh_krl *krl); 44void ssh_krl_free(struct ssh_krl *krl);
45void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version); 45void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);
46void ssh_krl_set_sign_key(struct ssh_krl *krl, const struct sshkey *sign_key);
47int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment); 46int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);
48int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, 47int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl,
49 const struct sshkey *ca_key, u_int64_t serial); 48 const struct sshkey *ca_key, u_int64_t serial);