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 4367 by yutakapon, Sat Mar 5 14:52:45 2011 UTC revision 4371 by doda, Mon Mar 7 05:20:12 2011 UTC
# Line 334  static void normalize_mac_order(char FAR Line 334  static void normalize_mac_order(char FAR
334  static void normalize_comp_order(char FAR * buf)  static void normalize_comp_order(char FAR * buf)
335  {  {
336          static char default_strings[] = {          static char default_strings[] = {
                 COMP_NONE,  
                 COMP_ZLIB,  
337                  COMP_DELAYED,                  COMP_DELAYED,
338                    COMP_ZLIB,
339                    COMP_NONE,
340          };          };
341    
342          normalize_generic_order(buf, default_strings, NUM_ELEM(default_strings));          normalize_generic_order(buf, default_strings, NUM_ELEM(default_strings));

Legend:
Removed from v.4367  
changed lines
  Added in v.4371

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