[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.10 and 1.11

version 1.10, 1999/11/18 14:00:48 version 1.11, 1999/11/22 21:02:38
Line 274 
Line 274 
       if (!auth_rsa_challenge_dialog(e, n))        if (!auth_rsa_challenge_dialog(e, n))
         {          {
           /* Wrong response. */            /* Wrong response. */
           log("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;            continue;
         }          }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11