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 5768 by maya, Thu Jan 29 08:38:56 2015 UTC revision 5823 by maya, Fri Mar 13 08:43:03 2015 UTC
# Line 5402  static BOOL handle_SSH2_dh_kex_reply(PTI Line 5402  static BOOL handle_SSH2_dh_kex_reply(PTI
5402    
5403          hostkey = key_from_blob(data, bloblen);          hostkey = key_from_blob(data, bloblen);
5404          if (hostkey == NULL) {          if (hostkey == NULL) {
5405                  emsg = "key_from_blob error @ handle_SSH2_dh_gex_reply()";                  emsg = "key_from_blob error @ handle_SSH2_dh_kex_reply()";
5406                  goto error;                  goto error;
5407          }          }
5408          data += bloblen;          data += bloblen;

Legend:
Removed from v.5768  
changed lines
  Added in v.5823

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