[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.83 and 1.84

version 1.83, 2013/05/19 02:42:42 version 1.84, 2013/06/21 00:34:49
Line 329 
Line 329 
          * options; this will be reset if the options cause the           * options; this will be reset if the options cause the
          * authentication to be rejected.           * authentication to be rejected.
          */           */
         pubkey_auth_info(authctxt, key);          pubkey_auth_info(authctxt, key, NULL);
   
         packet_send_debug("RSA authentication accepted.");          packet_send_debug("RSA authentication accepted.");
         return (1);          return (1);

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84