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 5678 by maya, Sat Oct 4 03:39:24 2014 UTC revision 5768 by maya, Thu Jan 29 08:38:56 2015 UTC
# Line 4023  Newkeys current_keys[MODE_MAX]; Line 4023  Newkeys current_keys[MODE_MAX];
4023  int get_cipher_block_size(SSHCipher cipher)  int get_cipher_block_size(SSHCipher cipher)
4024  {  {
4025          ssh2_cipher_t *ptr = ssh2_ciphers;          ssh2_cipher_t *ptr = ssh2_ciphers;
4026          int val = 0;          int val = 8;
4027    
4028          while (ptr->name != NULL) {          while (ptr->name != NULL) {
4029                  if (cipher == ptr->cipher) {                  if (cipher == ptr->cipher) {

Legend:
Removed from v.5678  
changed lines
  Added in v.5768

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