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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.44 and 1.45

version 1.44, 2001/07/23 18:14:58 version 1.45, 2001/11/29 22:08:48
Line 240 
Line 240 
                         /* Wrong response. */                          /* Wrong response. */
                         verbose("Wrong response to RSA authentication challenge.");                          verbose("Wrong response to RSA authentication challenge.");
                         packet_send_debug("Wrong response to RSA authentication challenge.");                          packet_send_debug("Wrong response to RSA authentication challenge.");
                         continue;                          /*
                            * Break out of the loop. Otherwise we might send
                            * another challenge and break the protocol.
                            */
                           break;
                 }                  }
                 /*                  /*
                  * Correct response.  The client has been successfully                   * Correct response.  The client has been successfully

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45