[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.16.2.2 and 1.16.2.3

version 1.16.2.2, 2002/03/09 00:20:44 version 1.16.2.3, 2002/06/02 22:56:09
Line 67 
Line 67 
 int      ssh_add_identity(AuthenticationConnection *, Key *, const char *);  int      ssh_add_identity(AuthenticationConnection *, Key *, const char *);
 int      ssh_remove_identity(AuthenticationConnection *, Key *);  int      ssh_remove_identity(AuthenticationConnection *, Key *);
 int      ssh_remove_all_identities(AuthenticationConnection *, int);  int      ssh_remove_all_identities(AuthenticationConnection *, int);
 int      ssh_update_card(AuthenticationConnection *, int, const char *);  int      ssh_update_card(AuthenticationConnection *, int, const char *, const char *);
   
 int  int
 ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16],  ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16],

Legend:
Removed from v.1.16.2.2  
changed lines
  Added in v.1.16.2.3