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

Diff for /src/usr.bin/ssh/authfd.h between version 1.13.2.5 and 1.13.2.6

version 1.13.2.5, 2001/09/27 00:15:41 version 1.13.2.6, 2002/03/08 17:04:42
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 11 
Line 13 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 /* RCSID("$OpenBSD$"); */  
   
 #ifndef AUTHFD_H  #ifndef AUTHFD_H
 #define AUTHFD_H  #define AUTHFD_H
   
Line 74 
Line 74 
     u_int, u_char[16]);      u_int, u_char[16]);
   
 int  int
 ssh_agent_sign(AuthenticationConnection *, Key *, u_char **, int *, u_char *,  ssh_agent_sign(AuthenticationConnection *, Key *, u_char **, u_int *, u_char *,
     int);      u_int);
   
 #endif                          /* AUTHFD_H */  #endif                          /* AUTHFD_H */

Legend:
Removed from v.1.13.2.5  
changed lines
  Added in v.1.13.2.6