[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.32.2.2 and 1.32.2.3

version 1.32.2.2, 2001/02/19 17:18:36 version 1.32.2.3, 2001/03/21 19:46:22
Line 186 
Line 186 
                 }                  }
                 if (fail) {                  if (fail) {
                         fclose(f);                          fclose(f);
                         log("%s",buf);                          log("%s", buf);
                         packet_send_debug("%s",buf);                          packet_send_debug("%s", buf);
                         restore_uid();                          restore_uid();
                         return 0;                          return 0;
                 }                  }

Legend:
Removed from v.1.32.2.2  
changed lines
  Added in v.1.32.2.3