[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.21 and 1.22

version 1.21, 2001/08/07 10:37:46 version 1.22, 2002/02/24 19:14:59
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.21  
changed lines
  Added in v.1.22