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 3067 by maya, Thu Nov 8 14:53:21 2007 UTC revision 3072 by maya, Fri Dec 7 18:06:25 2007 UTC
# Line 1466  static int parse_option(PTInstVar pvar, Line 1466  static int parse_option(PTInstVar pvar,
1466    
1467                          // /ssh1 と /ssh2 オプションの新規追加 (2006.9.16 maya)                          // /ssh1 と /ssh2 オプションの新規追加 (2006.9.16 maya)
1468                          } else if (MATCH_STR(option + 4, "1") == 0) {                          } else if (MATCH_STR(option + 4, "1") == 0) {
1469                                    pvar->settings.Enabled = 1;
1470                                  pvar->settings.ssh_protocol_version = 1;                                  pvar->settings.ssh_protocol_version = 1;
1471                          } else if (MATCH_STR(option + 4, "2") == 0) {                          } else if (MATCH_STR(option + 4, "2") == 0) {
1472                                    pvar->settings.Enabled = 1;
1473                                  pvar->settings.ssh_protocol_version = 2;                                  pvar->settings.ssh_protocol_version = 2;
1474    
1475                          } else {                          } else {

Legend:
Removed from v.3067  
changed lines
  Added in v.3072

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