Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

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

revision 7893 by yutakapon, Mon Jul 29 07:09:16 2019 UTC revision 7896 by zmatsuo, Mon Jul 29 15:04:08 2019 UTC
# Line 7427  struct change_password { Line 7427  struct change_password {
7427          char new_passwd[PASSWD_MAXLEN];          char new_passwd[PASSWD_MAXLEN];
7428  };  };
7429    
7430  static BOOL CALLBACK passwd_change_dialog(HWND dlg, UINT msg, WPARAM wParam, LPARAM lParam)  static INT_PTR CALLBACK passwd_change_dialog(HWND dlg, UINT msg, WPARAM wParam, LPARAM lParam)
7431  {  {
7432          char old_passwd[PASSWD_MAXLEN];          char old_passwd[PASSWD_MAXLEN];
7433          char new_passwd[PASSWD_MAXLEN];          char new_passwd[PASSWD_MAXLEN];

Legend:
Removed from v.7893  
changed lines
  Added in v.7896

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