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

Diff for /src/usr.bin/ssh/Attic/sshconnect1.c between version 1.39 and 1.40

version 1.39, 2001/07/05 20:32:47 version 1.40, 2001/09/27 15:31:17
Line 820 
Line 820 
         u_int clen;          u_int clen;
         char prompt[1024];          char prompt[1024];
         char *challenge, *response;          char *challenge, *response;
   
         debug("Doing challenge reponse authentication.");          debug("Doing challenge response authentication.");
   
         for (i = 0; i < options.number_of_password_prompts; i++) {          for (i = 0; i < options.number_of_password_prompts; i++) {
                 /* request a challenge */                  /* request a challenge */
                 packet_start(SSH_CMSG_AUTH_TIS);                  packet_start(SSH_CMSG_AUTH_TIS);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40