From 2e577cecb4aabc42c5301dd76c768e34eb741fb8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 23 Aug 2011 16:25:39 +0200 Subject: auth: Move ssh_auth_list to legacy functions. --- src/auth.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/auth.c') diff --git a/src/auth.c b/src/auth.c index 7422577..8f6be48 100644 --- a/src/auth.c +++ b/src/auth.c @@ -297,15 +297,6 @@ static int wait_auth_status(ssh_session session) { return rc; } -/** - * @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 -- cgit