[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.48 and 1.49

version 1.48, 2019/12/21 02:19:13 version 1.49, 2020/06/26 05:03:36
Line 33 
Line 33 
 int     ssh_add_identity_constrained(int sock, struct sshkey *key,  int     ssh_add_identity_constrained(int sock, struct sshkey *key,
             const char *comment, u_int life, u_int confirm, u_int maxsign,              const char *comment, u_int life, u_int confirm, u_int maxsign,
             const char *provider);              const char *provider);
 int     ssh_agent_has_key(int sock, struct sshkey *key);  int     ssh_agent_has_key(int sock, const struct sshkey *key);
 int     ssh_remove_identity(int sock, struct sshkey *key);  int     ssh_remove_identity(int sock, const struct sshkey *key);
 int     ssh_update_card(int sock, int add, const char *reader_id,  int     ssh_update_card(int sock, int add, const char *reader_id,
             const char *pin, u_int life, u_int confirm);              const char *pin, u_int life, u_int confirm);
 int     ssh_remove_all_identities(int sock, int version);  int     ssh_remove_all_identities(int sock, int version);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49