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