[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.36 and 1.37

version 1.36, 2001/01/20 15:55:20 version 1.37, 2001/01/20 17:34:25
Line 122 
Line 122 
 int  int
 auth_rsa(struct passwd *pw, BIGNUM *client_n)  auth_rsa(struct passwd *pw, BIGNUM *client_n)
 {  {
         char line[8192], file[MAXPATHNAME];          char line[8192], file[MAXPATHLEN];
         int authenticated;          int authenticated;
         u_int bits;          u_int bits;
         FILE *f;          FILE *f;

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37