diff options
author | Colin Watson <cjwatson@debian.org> | 2020-02-21 11:57:14 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-02-21 11:57:14 +0000 |
commit | f0de78bd4f29fa688c5df116f3f9cd43543a76d0 (patch) | |
tree | 856b0dee3f2764c13a32dad5ffe2424fab7fef41 /authfile.h | |
parent | 4213eec74e74de6310c27a40c3e9759a08a73996 (diff) | |
parent | 8aa3455b16fddea4c0144a7c4a1edb10ec67dcc8 (diff) |
Import openssh_8.2p1.orig.tar.gz
Diffstat (limited to 'authfile.h')
-rw-r--r-- | authfile.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/authfile.h b/authfile.h index 9c8a95a01..1db067a81 100644 --- a/authfile.h +++ b/authfile.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: authfile.h,v 1.23 2019/09/03 08:30:47 djm Exp $ */ | 1 | /* $OpenBSD: authfile.h,v 1.25 2020/01/25 23:02:13 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. |
@@ -35,7 +35,6 @@ struct sshkey; | |||
35 | 35 | ||
36 | int sshkey_save_private(struct sshkey *, const char *, | 36 | int sshkey_save_private(struct sshkey *, const char *, |
37 | const char *, const char *, int, const char *, int); | 37 | const char *, const char *, int, const char *, int); |
38 | int sshkey_load_file(int, struct sshbuf *); | ||
39 | int sshkey_load_cert(const char *, struct sshkey **); | 38 | int sshkey_load_cert(const char *, struct sshkey **); |
40 | int sshkey_load_public(const char *, struct sshkey **, char **); | 39 | int sshkey_load_public(const char *, struct sshkey **, char **); |
41 | int sshkey_load_private(const char *, const char *, struct sshkey **, char **); | 40 | int sshkey_load_private(const char *, const char *, struct sshkey **, char **); |
@@ -49,5 +48,7 @@ int sshkey_perm_ok(int, const char *); | |||
49 | int sshkey_in_file(struct sshkey *, const char *, int, int); | 48 | int sshkey_in_file(struct sshkey *, const char *, int, int); |
50 | int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file); | 49 | int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file); |
51 | int sshkey_advance_past_options(char **cpp); | 50 | int sshkey_advance_past_options(char **cpp); |
51 | int sshkey_save_public(const struct sshkey *key, const char *path, | ||
52 | const char *comment); | ||
52 | 53 | ||
53 | #endif | 54 | #endif |