diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2011-08-23 16:25:39 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-08-23 21:54:01 +0200 |
commit | 2e577cecb4aabc42c5301dd76c768e34eb741fb8 (patch) | |
tree | c098f5d1e03dabe699eb15734d2b11fa91d9feb6 /src/auth.c | |
parent | 058bb0439682b72ae0f929566beb04218fc08001 (diff) | |
download | libssh-2e577cecb4aabc42c5301dd76c768e34eb741fb8.tar.gz libssh-2e577cecb4aabc42c5301dd76c768e34eb741fb8.tar.xz libssh-2e577cecb4aabc42c5301dd76c768e34eb741fb8.zip |
auth: Move ssh_auth_list to legacy functions.
Diffstat (limited to 'src/auth.c')
-rw-r--r-- | src/auth.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -299,15 +299,6 @@ static int wait_auth_status(ssh_session session) { /** * @brief retrieves available authentication methods for this session - * @deprecated - * @see ssh_userauth_list - */ -int ssh_auth_list(ssh_session session) { - return ssh_userauth_list(session, NULL); -} - -/** - * @brief retrieves available authentication methods for this session * @param[in] session the SSH session * @param[in] username Deprecated, set to NULL. * @returns A bitfield of values SSH_AUTH_METHOD_PASSWORD, |