diff options
author | Colin Watson <cjwatson@debian.org> | 2016-02-29 12:15:15 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-03-08 11:51:22 +0000 |
commit | 46961f5704f8e86cea3e99253faad55aef4d8f35 (patch) | |
tree | 0dd97fa4fb649a62b4639fe2674380872b1f3e98 /krl.h | |
parent | c753fe267efb1b027424fa8706cf0385fc3d14c1 (diff) | |
parent | 85e40e87a75fb80a0bf893ac05a417d6c353537d (diff) |
New upstream release (7.2).
Diffstat (limited to 'krl.h')
-rw-r--r-- | krl.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; | |||
43 | struct ssh_krl *ssh_krl_init(void); | 43 | struct ssh_krl *ssh_krl_init(void); |
44 | void ssh_krl_free(struct ssh_krl *krl); | 44 | void ssh_krl_free(struct ssh_krl *krl); |
45 | void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version); | 45 | void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version); |
46 | void ssh_krl_set_sign_key(struct ssh_krl *krl, const struct sshkey *sign_key); | ||
47 | int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment); | 46 | int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment); |
48 | int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, | 47 | int 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); |