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 3078 by yutakapon, Wed Dec 26 12:17:29 2007 UTC revision 3108 by maya, Tue Feb 12 23:11:49 2008 UTC
# Line 233  typedef struct _TInstVar { Line 233  typedef struct _TInstVar {
233          char *ssh2_authlist;          char *ssh2_authlist;
234          BOOL tryed_ssh2_authlist;          BOOL tryed_ssh2_authlist;
235          HWND ssh_hearbeat_dialog;          HWND ssh_hearbeat_dialog;
236    
237            /* Pageant との通信用 */
238            unsigned char *pageant_key;
239            unsigned char *pageant_curkey;
240            int pageant_keylistlen;
241            int pageant_keycount;
242            int pageant_keycurrent;
243            BOOL pageant_keyfinal;// SSH2 PK_OK が来たときに TRUE にする
244  } TInstVar;  } TInstVar;
245    
246  #define LOG_LEVEL_FATAL      5  #define LOG_LEVEL_FATAL      5

Legend:
Removed from v.3078  
changed lines
  Added in v.3108

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