[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.30 and 1.31

version 1.30, 2000/10/03 18:03:03 version 1.31, 2000/10/11 19:59:52
Line 284 
Line 284 
   
         if (authenticated)          if (authenticated)
                 packet_send_debug("RSA authentication accepted.");                  packet_send_debug("RSA authentication accepted.");
           else
                   auth_clear_options();
   
         /* Return authentication result. */          /* Return authentication result. */
         return authenticated;          return authenticated;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31