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 5262 by doda, Mon May 13 07:43:42 2013 UTC revision 5264 by doda, Mon May 13 09:55:14 2013 UTC
# Line 4874  static BOOL handle_SSH2_kexinit(PTInstVa Line 4874  static BOOL handle_SSH2_kexinit(PTInstVa
4874          }          }
4875    
4876    
4877          // MAC(Hash Message Authentication Code)アルゴリズムの決定 (2004.12.17 yutaka)          // MAC(Message Authentication Code)アルゴリズムの決定 (2004.12.17 yutaka)
4878          size = get_payload_uint32(pvar, offset);          size = get_payload_uint32(pvar, offset);
4879          offset += 4;          offset += 4;
4880          for (i = 0; i < size; i++) {          for (i = 0; i < size; i++) {

Legend:
Removed from v.5262  
changed lines
  Added in v.5264

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