Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5027 by doda, Sat Sep 29 14:10:29 2012 UTC revision 5113 by doda, Tue Jan 8 11:15:57 2013 UTC
# Line 4638  error:; Line 4638  error:;
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26