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 7003 by doda, Mon Dec 18 10:41:10 2017 UTC revision 7004 by doda, Mon Dec 18 10:41:13 2017 UTC
# Line 1069  BOOL CRYPT_start_encryption(PTInstVar pv Line 1069  BOOL CRYPT_start_encryption(PTInstVar pv
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

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