Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 1316 |
|
|
| 1317 |
void AUTH_advance_to_next_cred(PTInstVar pvar) |
void AUTH_advance_to_next_cred(PTInstVar pvar) |
| 1318 |
{ |
{ |
| 1319 |
|
logprintf(LOG_LEVEL_VERBOSE, "User authentication will be shown by %d method.", pvar->auth_state.cur_cred.method); |
| 1320 |
|
|
| 1321 |
pvar->auth_state.failed_method = pvar->auth_state.cur_cred.method; |
pvar->auth_state.failed_method = pvar->auth_state.cur_cred.method; |
| 1322 |
|
|
| 1323 |
if (pvar->auth_state.cur_cred.method == SSH_AUTH_NONE) { |
if (pvar->auth_state.cur_cred.method == SSH_AUTH_NONE) { |
|
|
Legend:
| Removed from v.8072 |
|
| changed lines |
| |
Added in v.8086 |
|
|
|