summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-28 14:19:07 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-28 14:19:07 +0200
commit29ecccb96d495c5a99481fea19a4906d596ed925 (patch)
tree394a14b08e8d25cbf72f8fe855b1b2a7313d30b6 /include/libssh/libssh.h
parent16b47496c1a91dbdf139528caf39326d456cd7d3 (diff)
downloadlibssh-29ecccb96d495c5a99481fea19a4906d596ed925.tar.gz
libssh-29ecccb96d495c5a99481fea19a4906d596ed925.tar.xz
libssh-29ecccb96d495c5a99481fea19a4906d596ed925.zip
keyfiles: Make ssh_try_publickey_from_file() legacy.
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 1e5f835..868445f 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -364,9 +364,6 @@ LIBSSH_API void ssh_channel_set_blocking(ssh_channel channel, int blocking);
LIBSSH_API int ssh_channel_write(ssh_channel channel, const void *data, uint32_t len);
LIBSSH_API uint32_t ssh_channel_window_size(ssh_channel channel);
-LIBSSH_API int ssh_try_publickey_from_file(ssh_session session, const char *keyfile,
- ssh_string *publickey, int *type);
-
LIBSSH_API char *ssh_basename (const char *path);
LIBSSH_API void ssh_clean_pubkey_hash(unsigned char **hash);
LIBSSH_API int ssh_connect(ssh_session session);