Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 9095 |
return TRUE; |
return TRUE; |
| 9096 |
} |
} |
| 9097 |
|
|
| 9098 |
|
// 使い終わったデータを消去/再確保 |
| 9099 |
|
if (SSHv2(pvar)) { |
| 9100 |
|
buffer_free(c->agent_msg); |
| 9101 |
|
c->agent_msg = buffer_init(); |
| 9102 |
|
} |
| 9103 |
|
else { |
| 9104 |
|
buffer_free(pvar->agent_channel.agent_msg); |
| 9105 |
|
pvar->agent_channel.agent_msg = buffer_init(); |
| 9106 |
|
} |
| 9107 |
return TRUE; |
return TRUE; |
| 9108 |
} |
} |
|
|
Legend:
| Removed from v.3180 |
|
| changed lines |
| |
Added in v.3181 |
|
|
|