Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 1194 |
pvar->ssh_state.packet_handlers[message]; |
pvar->ssh_state.packet_handlers[message]; |
| 1195 |
SSHPacketHandlerItem FAR *first_item_in_set = cur_item; |
SSHPacketHandlerItem FAR *first_item_in_set = cur_item; |
| 1196 |
|
|
| 1197 |
|
if (cur_item == NULL) |
| 1198 |
|
return; |
| 1199 |
|
|
| 1200 |
do { |
do { |
| 1201 |
SSHPacketHandlerItem FAR *next_in_set = cur_item->next_in_set; |
SSHPacketHandlerItem FAR *next_in_set = cur_item->next_in_set; |
| 1202 |
|
|
|
|
Legend:
| Removed from v.3208 |
|
| changed lines |
| |
Added in v.3209 |
|
|
|