diff options
Diffstat (limited to 'authfile.h')
-rw-r--r-- | authfile.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/authfile.h b/authfile.h index 624d269f1..9c8a95a01 100644 --- a/authfile.h +++ b/authfile.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: authfile.h,v 1.21 2015/01/08 10:14:08 djm Exp $ */ | 1 | /* $OpenBSD: authfile.h,v 1.23 2019/09/03 08:30:47 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved. |
@@ -40,13 +40,14 @@ int sshkey_load_cert(const char *, struct sshkey **); | |||
40 | int sshkey_load_public(const char *, struct sshkey **, char **); | 40 | int sshkey_load_public(const char *, struct sshkey **, char **); |
41 | int sshkey_load_private(const char *, const char *, struct sshkey **, char **); | 41 | int sshkey_load_private(const char *, const char *, struct sshkey **, char **); |
42 | int sshkey_load_private_cert(int, const char *, const char *, | 42 | int sshkey_load_private_cert(int, const char *, const char *, |
43 | struct sshkey **, int *); | 43 | struct sshkey **); |
44 | int sshkey_load_private_type(int, const char *, const char *, | 44 | int sshkey_load_private_type(int, const char *, const char *, |
45 | struct sshkey **, char **, int *); | 45 | struct sshkey **, char **); |
46 | int sshkey_load_private_type_fd(int fd, int type, const char *passphrase, | 46 | int sshkey_load_private_type_fd(int fd, int type, const char *passphrase, |
47 | struct sshkey **keyp, char **commentp); | 47 | struct sshkey **keyp, char **commentp); |
48 | int sshkey_perm_ok(int, const char *); | 48 | int sshkey_perm_ok(int, const char *); |
49 | int sshkey_in_file(struct sshkey *, const char *, int, int); | 49 | int sshkey_in_file(struct sshkey *, const char *, int, int); |
50 | int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file); | 50 | int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file); |
51 | int sshkey_advance_past_options(char **cpp); | ||
51 | 52 | ||
52 | #endif | 53 | #endif |