[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 and 1.10.16.1

version 1.10, 2002/05/23 19:24:30 version 1.10.16.1, 2006/09/30 04:06:50
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 **);  Key     *key_load_private_type(int, const char *, const char *, char **, int *);
 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 *);
   
 #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.16.1