Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 334 |
static void normalize_comp_order(char FAR * buf) |
static void normalize_comp_order(char FAR * buf) |
| 335 |
{ |
{ |
| 336 |
static char default_strings[] = { |
static char default_strings[] = { |
|
COMP_NONE, |
|
|
COMP_ZLIB, |
|
| 337 |
COMP_DELAYED, |
COMP_DELAYED, |
| 338 |
|
COMP_ZLIB, |
| 339 |
|
COMP_NONE, |
| 340 |
}; |
}; |
| 341 |
|
|
| 342 |
normalize_generic_order(buf, default_strings, NUM_ELEM(default_strings)); |
normalize_generic_order(buf, default_strings, NUM_ELEM(default_strings)); |
|
|
Legend:
| Removed from v.4367 |
|
| changed lines |
| |
Added in v.4371 |
|
|
| |