Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/cipher.c
Parent Directory
| Revision Log
| Patch
| 385 |
int len, i; |
int len, i; |
| 386 |
char *c_str; |
char *c_str; |
| 387 |
|
|
| 388 |
// 通信中には呼ばれないはずだが、念のため。(2006.6.26 maya) |
// 通信中に呼ばれるということはキー再作成 |
| 389 |
|
// キー再作成の場合は何もしない |
| 390 |
if (pvar->socket != INVALID_SOCKET) { |
if (pvar->socket != INVALID_SOCKET) { |
| 391 |
return; |
return; |
| 392 |
} |
} |
|
|
Legend:
| Removed from v.10648 |
|
| changed lines |
| |
Added in v.10949 |
|
|
|