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

Diff for /src/usr.bin/ssh/auth2-chall.c between version 1.17 and 1.18

version 1.17, 2002/03/18 17:50:31 version 1.18, 2002/06/19 00:27:55
Line 219 
Line 219 
         packet_start(SSH2_MSG_USERAUTH_INFO_REQUEST);          packet_start(SSH2_MSG_USERAUTH_INFO_REQUEST);
         packet_put_cstring(name);          packet_put_cstring(name);
         packet_put_cstring(instr);          packet_put_cstring(instr);
         packet_put_cstring("");         /* language not used */          packet_put_cstring("");         /* language not used */
         packet_put_int(numprompts);          packet_put_int(numprompts);
         for (i = 0; i < numprompts; i++) {          for (i = 0; i < numprompts; i++) {
                 packet_put_cstring(prompts[i]);                  packet_put_cstring(prompts[i]);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18