Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 10509 by nmaya, Tue Jan 17 23:13:14 2023 UTC revision 10949 by nmaya, Fri Sep 29 08:35:23 2023 UTC
# Line 244  void SSH2_update_host_key_myproposal(PTI Line 244  void SSH2_update_host_key_myproposal(PTI
244          static char buf[256]; // TODO: malloc()にすべき          static char buf[256]; // TODO: malloc()にすべき
245          int index;          int index;
246          int len, i;          int len, i;
247    
248          // 通信中には呼ばれないはずだが、念のため。(2006.6.26 maya)          // 通信中に呼ばれるということはキー再作成
249            // キー再作成の場合は何もしない
250          if (pvar->socket != INVALID_SOCKET) {          if (pvar->socket != INVALID_SOCKET) {
251                  return;                  return;
252          }          }

Legend:
Removed from v.10509  
changed lines
  Added in v.10949

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