Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 9209 by nmaya, Sat Apr 17 06:15:51 2021 UTC revision 9210 by nmaya, Sat Apr 17 08:36:59 2021 UTC
# Line 74  typedef struct _TInstVar *PTInstVar; Line 74  typedef struct _TInstVar *PTInstVar;
74  #include "ssh.h"  #include "ssh.h"
75  #include "auth.h"  #include "auth.h"
76  #include "crypt.h"  #include "crypt.h"
77    #include "cipher.h"
78    #include "comp.h"
79    #include "kex.h"
80    #include "hostkey.h"
81    #include "key.h"
82  #include "hosts.h"  #include "hosts.h"
83  #include "fwd.h"  #include "fwd.h"
84    
# Line 268  typedef struct _TInstVar { Line 273  typedef struct _TInstVar {
273          buffer_t *peer_kex;          buffer_t *peer_kex;
274          kex_algorithm kex_type; // KEX algorithm          kex_algorithm kex_type; // KEX algorithm
275          ssh_keytype hostkey_type;          ssh_keytype hostkey_type;
276          SSH2Cipher *ciphers[MODE_MAX];          const struct ssh2cipher *ciphers[MODE_MAX];
277          SSH2Mac *macs[MODE_MAX];          const struct SSH2Mac *macs[MODE_MAX];
278          compression_type ctos_compression;          compression_type ctos_compression;
279          compression_type stoc_compression;          compression_type stoc_compression;
280          int we_need;          int we_need;

Legend:
Removed from v.9209  
changed lines
  Added in v.9210

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