Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1788 |
if (option[4] == 0) { |
if (option[4] == 0) { |
| 1789 |
pvar->settings.Enabled = 1; |
pvar->settings.Enabled = 1; |
| 1790 |
} else if (MATCH_STR(option + 4, "-L") == 0 || |
} else if (MATCH_STR(option + 4, "-L") == 0 || |
| 1791 |
MATCH_STR(option + 4, "-R") == 0) { |
MATCH_STR(option + 4, "-R") == 0 || |
| 1792 |
|
MATCH_STR(option + 4, "-D") == 0) { |
| 1793 |
char *p = option + 5; |
char *p = option + 5; |
| 1794 |
option2[0] = *p; |
option2[0] = *p; |
| 1795 |
i = 1; |
i = 1; |
|
|
Legend:
| Removed from v.6841 |
|
| changed lines |
| |
Added in v.6846 |
|
|
|