Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2873 by yutakakn, Fri Jun 23 13:57:24 2006 UTC revision 2916 by maya, Sat Oct 21 13:32:37 2006 UTC
# Line 168  typedef enum { Line 168  typedef enum {
168  #define KEX_DHGEX   "diffie-hellman-group-exchange-sha1"  #define KEX_DHGEX   "diffie-hellman-group-exchange-sha1"
169    
170  // support of "Compression delayed" (2006.6.23 maya)  // support of "Compression delayed" (2006.6.23 maya)
171  #define COMP_UNKNOWN    -1  enum compression_algorithm {
172  #define COMP_NONE               0          COMP_NONE,
173  #define COMP_ZLIB               1          COMP_ZLIB,
174  #define COMP_DELAYED    2          COMP_DELAYED,
175            COMP_UNKNOWN
176    };
177    
178  enum kex_exchange {  enum kex_exchange {
179      KEX_DH_GRP1_SHA1,      KEX_DH_GRP1_SHA1,

Legend:
Removed from v.2873  
changed lines
  Added in v.2916

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