[BACK]Return to monitor_wrap.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/monitor_wrap.c between version 1.51 and 1.52

version 1.51, 2006/08/05 07:52:52 version 1.52, 2006/08/05 08:28:24
Line 797 
Line 797 
    u_int *numprompts, char ***prompts, u_int **echo_on)     u_int *numprompts, char ***prompts, u_int **echo_on)
 {  {
         Buffer m;          Buffer m;
         int len;  
         u_int success;          u_int success;
         char *p, *challenge;          char *challenge;
   
         debug3("%s: entering", __func__);          debug3("%s: entering", __func__);
   

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52