summaryrefslogtreecommitdiffstats
path: root/src/auth.c
diff options
context:
space:
mode:
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,