Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 4482 |
// (2011.2.28 yutaka) |
// (2011.2.28 yutaka) |
| 4483 |
void SSH2_update_kex_myproposal(PTInstVar pvar) |
void SSH2_update_kex_myproposal(PTInstVar pvar) |
| 4484 |
{ |
{ |
| 4485 |
static char buf[256]; // TODO: malloc()にすべき |
static char buf[512]; // TODO: malloc()にすべき |
| 4486 |
int index; |
int index; |
| 4487 |
int len, i; |
int len, i; |
| 4488 |
|
|
|
|
Legend:
| Removed from v.6310 |
|
| changed lines |
| |
Added in v.6355 |
|
|
|