Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 4638 |
|
|
| 4639 |
cipher = NULL; |
cipher = NULL; |
| 4640 |
if (len > 0) { |
if (len > 0) { |
| 4641 |
cipher = EVP_des_ede3_cbc(); |
cipher = EVP_aes_128_cbc(); |
| 4642 |
} |
} |
| 4643 |
|
|
| 4644 |
fp = fopen(filename, "w"); |
fp = fopen(filename, "w"); |
|
|
Legend:
| Removed from v.5027 |
|
| changed lines |
| |
Added in v.5113 |
|
|
|