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 4330 by maya, Wed Feb 23 14:42:38 2011 UTC revision 4367 by yutakapon, Sat Mar 5 14:52:45 2011 UTC
# Line 139  typedef struct _TS_SSH { Line 139  typedef struct _TS_SSH {
139    
140          // Confirm Agent forwarding          // Confirm Agent forwarding
141          BOOL ForwardAgentConfirm;          BOOL ForwardAgentConfirm;
142    
143            // KEX order(derived from teraterm.ini)
144            char KexOrder[KEX_DH_MAX+1];
145            char HostKeyOrder[KEY_MAX+1];
146            char MacOrder[HMAC_MAX+1];
147            char CompOrder[COMP_MAX+1];
148  } TS_SSH;  } TS_SSH;
149    
150  typedef struct _TInstVar {  typedef struct _TInstVar {

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

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