Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 6948 |
return; |
return; |
| 6949 |
|
|
| 6950 |
for (i=0; i<srclen; i++) { |
for (i=0; i<srclen; i++) { |
| 6951 |
if (src[i] < 0x20) { |
if (src[i] < 0x20 && src[i] != '\t') { |
| 6952 |
if (cplen > 0) { |
if (cplen > 0) { |
| 6953 |
buffer_append(buff, start, cplen); |
buffer_append(buff, start, cplen); |
| 6954 |
} |
} |
|
|
Legend:
| Removed from v.7049 |
|
| changed lines |
| |
Added in v.7050 |
|
|
|