Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6310 by doda, Fri Feb 19 09:57:00 2016 UTC revision 6355 by doda, Thu Mar 31 03:15:43 2016 UTC
# Line 4482  void SSH2_update_compression_myproposal( Line 4482  void SSH2_update_compression_myproposal(
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26