Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 6302 by yutakapon, Sat Feb 13 14:52:14 2016 UTC revision 6585 by doda, Wed Feb 1 00:52:48 2017 UTC
# Line 1349  static void c3DES_init(char FAR * sessio Line 1349  static void c3DES_init(char FAR * sessio
1349    
1350  static void cDES_init(char FAR * session_key, CipherDESState FAR * state)  static void cDES_init(char FAR * session_key, CipherDESState FAR * state)
1351  {  {
1352          DES_set_key((const_des_cblock FAR *) session_key, &state->k);          DES_set_key((const_DES_cblock FAR *) session_key, &state->k);
1353          memset(state->ivec, 0, 8);          memset(state->ivec, 0, 8);
1354  }  }
1355    

Legend:
Removed from v.6302  
changed lines
  Added in v.6585

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