diff --git a/src/auth.c b/src/auth.c index 001368ee..ccf75756 100644 --- a/src/auth.c +++ b/src/auth.c @@ -1044,8 +1044,7 @@ int ssh_userauth_publickey_auto_get_current_identity(ssh_session session, * method.\n * SSH_AUTH_PARTIAL: You've been partially authenticated, you still * have to use another method.\n - * SSH_AUTH_SUCCESS: The public key is accepted, you want now to use - * ssh_userauth_publickey().\n + * SSH_AUTH_SUCCESS: Authentication success\n * SSH_AUTH_AGAIN: In nonblocking mode, you've got to call this again * later. *