Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 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]; |
| 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 |
|
|
|