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

Diff for /src/usr.bin/ssh/authfile.c between version 1.39.2.1 and 1.39.2.2

version 1.39.2.1, 2002/03/07 17:37:46 version 1.39.2.2, 2002/06/22 07:23:17
Line 421 
Line 421 
         return NULL;          return NULL;
 }  }
   
 static Key *  Key *
 key_load_private_pem(int fd, int type, const char *passphrase,  key_load_private_pem(int fd, int type, const char *passphrase,
     char **commentp)      char **commentp)
 {  {

Legend:
Removed from v.1.39.2.1  
changed lines
  Added in v.1.39.2.2