Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 1555 |
|
|
| 1556 |
// SSH バージョンを teraterm 側にセットする |
// SSH バージョンを teraterm 側にセットする |
| 1557 |
// SCP コマンドのため (2008.2.3 maya) |
// SCP コマンドのため (2008.2.3 maya) |
| 1558 |
pvar->ts->isSSH = pvar->protocol_major; |
pvar->cv->isSSH = pvar->protocol_major; |
| 1559 |
|
|
| 1560 |
for (str = str + 1; *str >= '0' && *str <= '9'; str++) { |
for (str = str + 1; *str >= '0' && *str <= '9'; str++) { |
| 1561 |
} |
} |
|
|
Legend:
| Removed from v.3103 |
|
| changed lines |
| |
Added in v.3104 |
|
|
|