Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 257 |
buffer_t *peer_kex; |
buffer_t *peer_kex; |
| 258 |
kex_algorithm kex_type; // KEX algorithm |
kex_algorithm kex_type; // KEX algorithm |
| 259 |
ssh_keytype hostkey_type; |
ssh_keytype hostkey_type; |
| 260 |
ssh2_cipher_t *ciphers[MODE_MAX]; |
SSH2Cipher *ciphers[MODE_MAX]; |
| 261 |
hmac_type ctos_hmac; |
hmac_type ctos_hmac; |
| 262 |
hmac_type stoc_hmac; |
hmac_type stoc_hmac; |
| 263 |
compression_type ctos_compression; |
compression_type ctos_compression; |
|
|
Legend:
| Removed from v.7002 |
|
| changed lines |
| |
Added in v.7004 |
|
|
|