Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 139 |
|
|
| 140 |
// Confirm Agent forwarding |
// Confirm Agent forwarding |
| 141 |
BOOL ForwardAgentConfirm; |
BOOL ForwardAgentConfirm; |
| 142 |
|
|
| 143 |
|
// KEX order(derived from teraterm.ini) |
| 144 |
|
char KexOrder[KEX_DH_MAX+1]; |
| 145 |
|
char HostKeyOrder[KEY_MAX+1]; |
| 146 |
|
char MacOrder[HMAC_MAX+1]; |
| 147 |
|
char CompOrder[COMP_MAX+1]; |
| 148 |
} TS_SSH; |
} TS_SSH; |
| 149 |
|
|
| 150 |
typedef struct _TInstVar { |
typedef struct _TInstVar { |
|
|
Legend:
| Removed from v.4330 |
|
| changed lines |
| |
Added in v.4367 |
|
|
|