Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.h
Parent Directory
| Revision Log
| Patch
| 278 |
char *session_id; |
char *session_id; |
| 279 |
int session_id_len; |
int session_id_len; |
| 280 |
SSHKeys ssh2_keys[MODE_MAX]; |
SSHKeys ssh2_keys[MODE_MAX]; |
| 281 |
EVP_CIPHER_CTX evpcip[MODE_MAX]; |
EVP_CIPHER_CTX *evpcip[MODE_MAX]; |
| 282 |
int userauth_success; |
int userauth_success; |
| 283 |
int shell_id; |
int shell_id; |
| 284 |
/*int remote_id;*/ |
/*int remote_id;*/ |
|
|
Legend:
| Removed from v.8093 |
|
| changed lines |
| |
Added in v.8316 |
|
|
|