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 8397 by doda, Fri Nov 22 15:14:57 2019 UTC revision 8425 by doda, Fri Nov 29 10:08:55 2019 UTC
# Line 7625  static BOOL handle_SSH2_userauth_banner( Line 7625  static BOOL handle_SSH2_userauth_banner(
7625                          msgA = ToCharU8(msg);                          msgA = ToCharU8(msg);
7626                          if (msgA) {                          if (msgA) {
7627                                  MessageBox(pvar->cv->HWin, msgA, "Authentication Banner", MB_OK | MB_ICONINFORMATION);                                  MessageBox(pvar->cv->HWin, msgA, "Authentication Banner", MB_OK | MB_ICONINFORMATION);
7628  //                              free(msgA);                                  free(msgA);
7629                          }                          }
7630                          break;                          break;
7631                  case 3:                  case 3:
7632                          msgA = ToCharU8(msg);                          msgA = ToCharU8(msg);
7633                          if (msgA) {                          if (msgA) {
7634                                  NotifyInfoMessage(pvar->cv, msgA, "Authentication Banner");                                  NotifyInfoMessage(pvar->cv, msgA, "Authentication Banner");
7635  //                              free(msgA);                                  free(msgA);
7636                          }                          }
7637                          break;                          break;
7638                  }                  }

Legend:
Removed from v.8397  
changed lines
  Added in v.8425

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