summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-23 19:01:22 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-23 21:54:02 +0200
commitaa018c1484ce053bf88dbe066988b5e39a2c0317 (patch)
treee33235f8ab9ea59af7d361a3655a1e5ea2f81aeb /include/libssh/libssh.h
parent37df5e17c310c438eefaf5150bad55ad12a7d64f (diff)
downloadlibssh-aa018c1484ce053bf88dbe066988b5e39a2c0317.tar.gz
libssh-aa018c1484ce053bf88dbe066988b5e39a2c0317.tar.xz
libssh-aa018c1484ce053bf88dbe066988b5e39a2c0317.zip
auth: Make ssh_userauth_try_publickey() legacy.
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index f37f8395..89c42585 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -512,7 +512,6 @@ LIBSSH_API int ssh_userauth_kbdint_getnanswers(ssh_session session);
LIBSSH_API const char *ssh_userauth_kbdint_getanswer(ssh_session session, unsigned int i);
LIBSSH_API int ssh_userauth_kbdint_setanswer(ssh_session session, unsigned int i,
const char *answer);
-LIBSSH_API int ssh_userauth_offer_pubkey(ssh_session session, const char *username, int type, ssh_string publickey);
LIBSSH_API int ssh_userauth_password(ssh_session session, const char *username, const char *password);
LIBSSH_API int ssh_userauth_pubkey(ssh_session session, const char *username, ssh_string publickey, ssh_private_key privatekey);
LIBSSH_API int ssh_userauth_privatekey_file(ssh_session session, const char *username,