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 2917 by maya, Sat Oct 21 14:02:50 2006 UTC revision 2918 by yutakapon, Sat Oct 21 14:26:48 2006 UTC
# Line 3938  static void SSH2_dh_kex_init(PTInstVar p Line 3938  static void SSH2_dh_kex_init(PTInstVar p
3938          memcpy(outmsg, buffer_ptr(msg), len);          memcpy(outmsg, buffer_ptr(msg), len);
3939          finish_send_packet(pvar);          finish_send_packet(pvar);
3940    
3941            if (pvar->kexdh != NULL) {  
3942             DH_free(pvar->kexdh);  
3943        }
3944          pvar->kexdh = dh;          pvar->kexdh = dh;
3945    
3946          SSH2_dispatch_init(2);          SSH2_dispatch_init(2);
# Line 6863  static BOOL handle_SSH2_window_adjust(PT Line 6866  static BOOL handle_SSH2_window_adjust(PT
6866    
6867  /*  /*
6868   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
6869     * Revision 1.52  2006/10/21 14:02:50  maya
6870     * 取っておくべき値が解放されているようなので修正した。
6871     *
6872   * Revision 1.51  2006/09/18 05:08:04  maya   * Revision 1.51  2006/09/18 05:08:04  maya
6873   * コマンドラインパラメータ '/ask4passwd' を追加した。   * コマンドラインパラメータ '/ask4passwd' を追加した。
6874   *   *

Legend:
Removed from v.2917  
changed lines
  Added in v.2918

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