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

Diff for /src/usr.bin/ssh/authfile.h between version 1.10.14.1 and 1.11

version 1.10.14.1, 2006/10/06 03:19:32 version 1.11, 2006/03/13 10:26:52
Line 1 
Line 1 
 /* $OpenBSD$ */  /*      $OpenBSD$       */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
Line 19 
Line 19 
 Key     *key_load_public(const char *, char **);  Key     *key_load_public(const char *, char **);
 Key     *key_load_public_type(int, const char *, char **);  Key     *key_load_public_type(int, const char *, char **);
 Key     *key_load_private(const char *, const char *, char **);  Key     *key_load_private(const char *, const char *, char **);
 Key     *key_load_private_type(int, const char *, const char *, char **, int *);  Key     *key_load_private_type(int, const char *, const char *, char **);
 Key     *key_load_private_pem(int, int, const char *, char **);  Key     *key_load_private_pem(int, int, const char *, char **);
 int      key_perm_ok(int, const char *);  int      key_perm_ok(int, const char *);
   

Legend:
Removed from v.1.10.14.1  
changed lines
  Added in v.1.11