Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|