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 2850 by yutakakn, Sat Feb 18 07:37:02 2006 UTC revision 2856 by yutakakn, Sun Mar 26 15:43:58 2006 UTC
# Line 2312  static void ssh_make_comment(char *comme Line 2312  static void ssh_make_comment(char *comme
2312  }  }
2313    
2314  // uuencode (rfc1521)  // uuencode (rfc1521)
2315  static int uuencode(unsigned char *src, int srclen, unsigned char *target, int targsize)  int uuencode(unsigned char *src, int srclen, unsigned char *target, int targsize)
2316  {  {
2317          char base64[] ="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";          char base64[] ="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
2318          char pad = '=';          char pad = '=';
# Line 3100  int CALLBACK LibMain(HANDLE hInstance, W Line 3100  int CALLBACK LibMain(HANDLE hInstance, W
3100    
3101  /*  /*
3102   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
3103     * Revision 1.28  2006/02/18 07:37:02  yutakakn
3104     *   ・コンパイラを Visual Studio 2005 Standard Edition に切り替えた。
3105     *   ・stricmp()を_stricmp()へ置換した
3106     *   ・strdup()を_strdup()へ置換した
3107     *
3108   * Revision 1.27  2005/10/21 13:43:08  yutakakn   * Revision 1.27  2005/10/21 13:43:08  yutakakn
3109   * Historyチェックボックスのenable / disable追加。   * Historyチェックボックスのenable / disable追加。
3110   *   *

Legend:
Removed from v.2850  
changed lines
  Added in v.2856

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