[BACK]Return to auth.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth.c between version 1.91 and 1.92

version 1.91, 2010/11/29 23:45:51 version 1.92, 2011/05/11 04:47:06
Line 271 
Line 271 
 }  }
   
 char *  char *
 authorized_keys_file2(struct passwd *pw)  
 {  
         return expand_authorized_keys(options.authorized_keys_file2, pw);  
 }  
   
 char *  
 authorized_principals_file(struct passwd *pw)  authorized_principals_file(struct passwd *pw)
 {  {
         if (options.authorized_principals_file == NULL)          if (options.authorized_principals_file == NULL)

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92