diff options
Diffstat (limited to 'sshkey.h')
-rw-r--r-- | sshkey.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshkey.h,v 1.27 2018/09/12 01:31:30 djm Exp $ */ | 1 | /* $OpenBSD: sshkey.h,v 1.28 2018/09/12 01:32:54 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. |
@@ -158,6 +158,7 @@ int sshkey_cert_check_authority(const struct sshkey *, int, int, | |||
158 | const char *, const char **); | 158 | const char *, const char **); |
159 | size_t sshkey_format_cert_validity(const struct sshkey_cert *, | 159 | size_t sshkey_format_cert_validity(const struct sshkey_cert *, |
160 | char *, size_t) __attribute__((__bounded__(__string__, 2, 3))); | 160 | char *, size_t) __attribute__((__bounded__(__string__, 2, 3))); |
161 | int sshkey_check_cert_sigtype(const struct sshkey *, const char *); | ||
161 | 162 | ||
162 | int sshkey_certify(struct sshkey *, struct sshkey *, const char *); | 163 | int sshkey_certify(struct sshkey *, struct sshkey *, const char *); |
163 | /* Variant allowing use of a custom signature function (e.g. for ssh-agent) */ | 164 | /* Variant allowing use of a custom signature function (e.g. for ssh-agent) */ |