Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/crypt.c
Parent Directory
| Revision Log
| Patch
| 1069 |
struct Enc *enc; |
struct Enc *enc; |
| 1070 |
char *encryption_key = pvar->crypt_state.sender_cipher_key; |
char *encryption_key = pvar->crypt_state.sender_cipher_key; |
| 1071 |
char *decryption_key = pvar->crypt_state.receiver_cipher_key; |
char *decryption_key = pvar->crypt_state.receiver_cipher_key; |
| 1072 |
ssh2_cipher_t *cipher; |
SSH2Cipher *cipher; |
| 1073 |
BOOL isOK = TRUE; |
BOOL isOK = TRUE; |
| 1074 |
|
|
| 1075 |
if (sender_flag) { |
if (sender_flag) { |
|
|
Legend:
| Removed from v.7003 |
|
| changed lines |
| |
Added in v.7004 |
|
|
|