aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2019-03-07 15:27:12 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-03-11 16:19:47 +0100
commit81d0f6b6b7aec7009136952b5ec434e25a3e883f (patch)
tree55ef3d837a56f649e41a3bbaf6c7a24e4b0893f0 /doc
parentbed7dcb3ec2cdfd19d62c521fe0a7b9f492df0f9 (diff)
downloadlibssh-81d0f6b6b7aec7009136952b5ec434e25a3e883f.tar.gz
libssh-81d0f6b6b7aec7009136952b5ec434e25a3e883f.tar.xz
libssh-81d0f6b6b7aec7009136952b5ec434e25a3e883f.zip
From the context it seems that the function being defined is authenticate_none.
Signed-off-by: Jan Pazdziora <jpazdziora@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
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;