aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2011-03-28 12:55:48 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-03-28 13:36:51 +0200
commitaf997b221d19bb66529066cd7f63e2c5f0a9a353 (patch)
treee53c452afd4fa58c42250fccc9b443d9825af56b
parent9d6855702e0f752c179d5b1a7a7a1f4593874d0d (diff)
downloadlibssh-af997b221d19bb66529066cd7f63e2c5f0a9a353.tar.gz
libssh-af997b221d19bb66529066cd7f63e2c5f0a9a353.tar.xz
libssh-af997b221d19bb66529066cd7f63e2c5f0a9a353.zip
Fixed doc of ssh_userauth_list()
(cherry picked from commit 1c062b22bf8107e6cddce0b198e0e50441826cfd)
-rw-r--r--src/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth.c b/src/auth.c
index dee02361..bed48c23 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -308,7 +308,7 @@ int ssh_auth_list(ssh_session session) {
/**
* @brief retrieves available authentication methods for this session
* @param[in] session the SSH session
- * @param[in] username set to NULL
+ * @param[in] username Deprecated, set to NULL.
* @returns A bitfield of values SSH_AUTH_METHOD_NONE, SSH_AUTH_METHOD_PASSWORD,
SSH_AUTH_METHOD_PUBLICKEY, SSH_AUTH_METHOD_HOSTBASED,
SSH_AUTH_METHOD_INTERACTIVE.