[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.8 and 1.8.2.2

version 1.8, 2001/06/26 17:27:22 version 1.8.2.2, 2002/06/22 07:23:17
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Line 10 
Line 12 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 /* $OpenBSD$ */  
   
 #ifndef AUTHFILE_H  #ifndef AUTHFILE_H
 #define AUTHFILE_H  #define AUTHFILE_H
   
Line 20 
Line 20 
 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 **);
   Key     *key_load_private_pem(int, int, const char *, char **);
   
 #endif  #endif

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.2.2