[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.1 and 1.2

version 1.1, 1999/09/28 04:45:35 version 1.2, 1999/09/29 21:14:15
Line 138 
Line 138 
   BIGNUM *e, *n;    BIGNUM *e, *n;
   
   /* Open the file containing the authorized keys. */    /* Open the file containing the authorized keys. */
   sprintf(line, "%.500s/%.100s", pw->pw_dir, SSH_USER_PERMITTED_KEYS);    snprintf(line, sizeof line, "%.500s/%.100s", pw->pw_dir,
       SSH_USER_PERMITTED_KEYS);
   
   /* Temporarily use the user's uid. */    /* Temporarily use the user's uid. */
   temporarily_use_uid(pw->pw_uid);    temporarily_use_uid(pw->pw_uid);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2