diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-12-30 23:46:14 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-01-07 20:13:32 +1100 |
commit | 6074c84bf95d00f29cc7d5d3cd3798737851aa1a (patch) | |
tree | f7e718fa8d46a4e054f00d835be01c12633f01e3 | |
parent | 6213f0e180e54122bb1ba928e11c784e2b4e5380 (diff) |
upstream commit
unused prototype
Upstream-ID: f3eef4389d53ed6c0d5c77dcdcca3060c745da97
-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); |