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 5839 by yutakapon, Wed Apr 29 16:23:18 2015 UTC revision 5849 by yutakapon, Tue May 5 18:08:23 2015 UTC
# Line 102  HANDLE hInst; /* Instance handle of TTXS Line 102  HANDLE hInst; /* Instance handle of TTXS
102  #define POPUP_MSG_default                       0  #define POPUP_MSG_default                       0
103  #define POPUP_MSG_FWD_received_data     (1 << 0)  #define POPUP_MSG_FWD_received_data     (1 << 0)
104    
105    
106    /*
107     * Host key rotation
108     */
109    #define SSH_UPDATE_HOSTKEYS_NO  0
110    #define SSH_UPDATE_HOSTKEYS_YES 1
111    #define SSH_UPDATE_HOSTKEYS_ASK 2
112    
113    
114  /*  /*
115  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
116  we could put them there.  we could put them there.

Legend:
Removed from v.5839  
changed lines
  Added in v.5849

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