Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 1 |
/* |
/* |
| 2 |
* Copyright (c) 1998-2001, Robert O'Callahan |
* Copyright (c) 1998-2001, Robert O'Callahan |
| 3 |
* (C) 2004-2019 TeraTerm Project |
* (C) 2004-2020 TeraTerm Project |
| 4 |
* All rights reserved. |
* All rights reserved. |
| 5 |
* |
* |
| 6 |
* Redistribution and use in source and binary forms, with or without |
* Redistribution and use in source and binary forms, with or without |
| 268 |
buffer_t *peer_kex; |
buffer_t *peer_kex; |
| 269 |
kex_algorithm kex_type; // KEX algorithm |
kex_algorithm kex_type; // KEX algorithm |
| 270 |
ssh_keytype hostkey_type; |
ssh_keytype hostkey_type; |
| 271 |
SSH2Cipher *ciphers[MODE_MAX]; |
const SSH2Cipher *ciphers[MODE_MAX]; |
| 272 |
SSH2Mac *macs[MODE_MAX]; |
const SSH2Mac *macs[MODE_MAX]; |
| 273 |
compression_type ctos_compression; |
compression_type ctos_compression; |
| 274 |
compression_type stoc_compression; |
compression_type stoc_compression; |
| 275 |
int we_need; |
int we_need; |
|
|
Legend:
| Removed from v.8316 |
|
| changed lines |
| |
Added in v.8527 |
|
|
|