mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 10:40:28 +09:00
Made ssh_userauth_none nonblocking
This commit is contained in:
@@ -53,7 +53,8 @@ enum ssh_dh_state_e {
|
||||
|
||||
enum ssh_pending_call_e {
|
||||
SSH_PENDING_CALL_NONE = 0,
|
||||
SSH_PENDING_CALL_CONNECT
|
||||
SSH_PENDING_CALL_CONNECT,
|
||||
SSH_PENDING_CALL_AUTH_NONE
|
||||
};
|
||||
|
||||
/* libssh calls may block an undefined amount of time */
|
||||
|
||||
Reference in New Issue
Block a user