diff options
| author | Andreas Schneider <mail@cynapses.org> | 2009-07-29 17:40:17 +0200 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2009-07-29 17:40:17 +0200 |
| commit | ad86a378d9ef7eff8131a0495ca36ceb6a6eace0 (patch) | |
| tree | 9fbce2825eb9aa71ff11a151c6e715a3d4230933 /include/libssh/priv.h | |
| parent | ed660c29c348eb2f7f2af21fa562589561cb35f1 (diff) | |
moved try_publickey_from_file in priv.h
Had nothing to do in libssh.h. 100% sure nobody
used it since one of the structure declaration
was not public.
Diffstat (limited to 'include/libssh/priv.h')
| -rw-r--r-- | include/libssh/priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index b01b4e93..01a6a858 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -608,6 +608,9 @@ char *ssh_find_matching(const char *in_d, const char *what_d); PRIVATE_KEY *_privatekey_from_file(void *session, const char *filename, int type); +STRING *try_publickey_from_file(SSH_SESSION *session, + struct keys_struct keytab, + char **privkeyfile, int *type); /* in keys.c */ const char *ssh_type_to_char(int type); |
