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 2965 by maya, Mon Mar 5 08:39:57 2007 UTC revision 2967 by maya, Thu Mar 15 05:09:52 2007 UTC
# Line 1572  static void FAR PASCAL TTXParseParam(PCH Line 1572  static void FAR PASCAL TTXParseParam(PCH
1572                          if ((option[0] == '-' || option[0] == '/') &&                          if ((option[0] == '-' || option[0] == '/') &&
1573                                  (MATCH_STR(option + 1, "ssh-f=") == 0 ||                                  (MATCH_STR(option + 1, "ssh-f=") == 0 ||
1574                                   MATCH_STR(option + 1, "ssh-consume=") == 0 ||                                   MATCH_STR(option + 1, "ssh-consume=") == 0 ||
1575                                   MATCH_STR_I(option + 1, "f=") == 0)) {                                   MATCH_STR_I(option + 1, "f=") == 0 ||
1576                                     MATCH_STR(option + 1, "keyfile=") == 0)) {
1577                                  if (param[i] == '"') {                                  if (param[i] == '"') {
1578                                          inQuotes = TRUE;                                          inQuotes = TRUE;
1579                                  }                                  }
# Line 3857  int CALLBACK LibMain(HANDLE hInstance, W Line 3858  int CALLBACK LibMain(HANDLE hInstance, W
3858    
3859  /*  /*
3860   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
3861     * Revision 1.58  2007/03/05 08:39:57  maya
3862     * DetectComPorts を ttpcmn.dll のエクスポート関数に変更した。
3863     *
3864   * Revision 1.57  2007/03/04 18:02:36  doda   * Revision 1.57  2007/03/04 18:02:36  doda
3865   * New connection$B$*$h$S(BSerial port setup$B%@%$%"%m%0$G!"MxMQ2DG=$J%7%j%"%k%]!<%H$N$_(B>   * New connection$B$*$h$S(BSerial port setup$B%@%$%"%m%0$G!"MxMQ2DG=$J%7%j%"%k%]!<%H$N$_(B>
3866   * $B$rI=<($9$k$h$&$K$7$?!#(B   * $B$rI=<($9$k$h$&$K$7$?!#(B

Legend:
Removed from v.2965  
changed lines
  Added in v.2967

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