summaryrefslogtreecommitdiffstats
path: root/src/auth.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-23 16:25:39 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-23 21:54:01 +0200
commit2e577cecb4aabc42c5301dd76c768e34eb741fb8 (patch)
treec098f5d1e03dabe699eb15734d2b11fa91d9feb6 /src/auth.c
parent058bb0439682b72ae0f929566beb04218fc08001 (diff)
downloadlibssh-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.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/auth.c b/src/auth.c
index 7422577..8f6be48 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -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,