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 5927 by doda, Tue Aug 4 03:20:47 2015 UTC revision 5928 by doda, Tue Aug 4 10:00:19 2015 UTC
# Line 111  HANDLE hInst; /* Instance handle of TTXS Line 111  HANDLE hInst; /* Instance handle of TTXS
111  #define SSH_UPDATE_HOSTKEYS_ASK 2  #define SSH_UPDATE_HOSTKEYS_ASK 2
112  #define SSH_UPDATE_HOSTKEYS_MAX 3  #define SSH_UPDATE_HOSTKEYS_MAX 3
113    
114    /*
115     * Server compatibility flag
116     */
117    #define SSH_BUG_DHGEX_LARGE 0x00000001
118    
119    
120  /*  /*
121  These are the fields that WOULD go in Tera Term's 'ts' structure, if  These are the fields that WOULD go in Tera Term's 'ts' structure, if
# Line 301  typedef struct _TInstVar { Line 306  typedef struct _TInstVar {
306          EC_KEY *ecdh_client_key;          EC_KEY *ecdh_client_key;
307    
308          int dns_key_check;          int dns_key_check;
309    
310            unsigned int server_compat_flag;
311  } TInstVar;  } TInstVar;
312    
313  #define LOG_LEVEL_FATAL      5  #define LOG_LEVEL_FATAL      5

Legend:
Removed from v.5927  
changed lines
  Added in v.5928

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