Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 7108 by doda, Mon May 28 07:49:38 2018 UTC revision 7109 by doda, Mon May 28 07:49:43 2018 UTC
# Line 3048  unsigned int SSH_get_min_packet_size(PTI Line 3048  unsigned int SSH_get_min_packet_size(PTI
3048    
3049  /* data is guaranteed to be at least SSH_get_min_packet_size bytes long  /* data is guaranteed to be at least SSH_get_min_packet_size bytes long
3050     at least 5 bytes must be decrypted */     at least 5 bytes must be decrypted */
3051  void SSH_predecrpyt_packet(PTInstVar pvar, char *data)  void SSH_predecrypt_packet(PTInstVar pvar, char *data)
3052  {  {
3053          if (SSHv2(pvar)) {          if (SSHv2(pvar)) {
3054                  CRYPT_decrypt(pvar, data, get_predecryption_amount(pvar));                  CRYPT_decrypt(pvar, data, get_predecryption_amount(pvar));

Legend:
Removed from v.7108  
changed lines
  Added in v.7109

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