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 10066 by doda, Sun Jul 17 15:39:32 2022 UTC revision 10073 by doda, Sun Jul 17 15:40:49 2022 UTC
# Line 278  typedef struct _TInstVar { Line 278  typedef struct _TInstVar {
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;
281          int key_done;          int kex_status;
         int rekeying;  
282          char *session_id;          char *session_id;
283          int session_id_len;          int session_id_len;
284          SSHKeys ssh2_keys[MODE_MAX];          SSHKeys ssh2_keys[MODE_MAX];
# Line 347  typedef struct _TInstVar { Line 346  typedef struct _TInstVar {
346          // dialog resource          // dialog resource
347          HFONT hFontFixed;               // hosts.c内のダイアログ用          HFONT hFontFixed;               // hosts.c内のダイアログ用
348    
         bottom_half_known_hosts_t contents_after_known_hosts;  
   
349          char *server_sig_algs;          char *server_sig_algs;
350    
351  } TInstVar;  } TInstVar;

Legend:
Removed from v.10066  
changed lines
  Added in v.10073

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