Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/cipher.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10648 by nmaya, Tue Mar 28 14:12:32 2023 UTC revision 10949 by nmaya, Fri Sep 29 08:35:23 2023 UTC
# Line 385  void SSH2_update_cipher_myproposal(PTIns Line 385  void SSH2_update_cipher_myproposal(PTIns
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26