Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.h

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

revision 4367 by yutakapon, Sat Mar 5 14:52:45 2011 UTC revision 4378 by maya, Tue Mar 8 14:19:03 2011 UTC
# Line 206  typedef struct _TInstVar { Line 206  typedef struct _TInstVar {
206          char client_version_string[128];          char client_version_string[128];
207          buffer_t *my_kex;          buffer_t *my_kex;
208          buffer_t *peer_kex;          buffer_t *peer_kex;
209          enum kex_algorithm kex_type; // KEX algorithm          kex_algorithm kex_type; // KEX algorithm
210          enum ssh_keytype hostkey_type;          ssh_keytype hostkey_type;
211          SSHCipher ctos_cipher;          SSHCipher ctos_cipher;
212          SSHCipher stoc_cipher;          SSHCipher stoc_cipher;
213          enum hmac_type ctos_hmac;          hmac_type ctos_hmac;
214          enum hmac_type stoc_hmac;          hmac_type stoc_hmac;
215          enum compression_type ctos_compression;          compression_type ctos_compression;
216          enum compression_type stoc_compression;          compression_type stoc_compression;
217          int we_need;          int we_need;
218          int key_done;          int key_done;
219          int rekeying;          int rekeying;

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

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