Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 2734 by yutakakn, Tue Nov 23 14:32:26 2004 UTC revision 2738 by yutakakn, Mon Nov 29 15:52:37 2004 UTC
# Line 362  static void read_ssh_options(PTInstVar p Line 362  static void read_ssh_options(PTInstVar p
362                  read_BOOL_option(fileName, "LocalForwardingIdentityCheck", TRUE);                  read_BOOL_option(fileName, "LocalForwardingIdentityCheck", TRUE);
363    
364          // SSH protocol version (2004.10.11 yutaka)          // SSH protocol version (2004.10.11 yutaka)
365          settings->ssh_protocol_version = GetPrivateProfileInt("TTSSH", "ProtocolVersion", 1, fileName);          // default is SSH2 (2004.11.30 yutaka)
366            settings->ssh_protocol_version = GetPrivateProfileInt("TTSSH", "ProtocolVersion", 2, fileName);
367    
368          clear_local_settings(pvar);          clear_local_settings(pvar);
369  }  }
# Line 1976  int CALLBACK LibMain(HANDLE hInstance, W Line 1977  int CALLBACK LibMain(HANDLE hInstance, W
1977    
1978  /*  /*
1979   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
1980     * Revision 1.2  2004/11/23 14:32:26  yutakakn
1981     * 接続ダイアログの起動時に、TCP/IPの「ホスト名」にフォーカスが当たるようにした。
1982     *
1983   *   *
1984   */   */

Legend:
Removed from v.2734  
changed lines
  Added in v.2738

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