aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/authentication.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/authentication.dox b/doc/authentication.dox
index fd76d71e..3196f645 100644
--- a/doc/authentication.dox
+++ b/doc/authentication.dox
@@ -281,7 +281,7 @@ pass, ssh_userauth_none() might answer SSH_AUTH_SUCCESS.
The following example shows how to perform "none" authentication:
@code
-int authenticate_kbdint(ssh_session session)
+int authenticate_none(ssh_session session)
{
int rc;