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 4423 by doda, Fri Apr 8 07:34:37 2011 UTC revision 4425 by doda, Fri Apr 8 08:31:26 2011 UTC
# Line 297  static void normalize_mac_order(char FAR Line 297  static void normalize_mac_order(char FAR
297                  HMAC_SHA1_96,                  HMAC_SHA1_96,
298                  HMAC_MD5_96,                  HMAC_MD5_96,
299                  HMAC_NONE,                  HMAC_NONE,
300    #if 0   // HMAC-SHA2 support
301                    HMAC_SHA2_256,
302                    HMAC_SHA2_256_96,
303                    HMAC_SHA2_512,
304                    HMAC_SHA2_512_96,
305    #endif  // HMAC-SHA2 support
306          };          };
307    
308          normalize_generic_order(buf, default_strings, NUM_ELEM(default_strings));          normalize_generic_order(buf, default_strings, NUM_ELEM(default_strings));

Legend:
Removed from v.4423  
changed lines
  Added in v.4425

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