[BACK]Return to ssh-agent.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.303 and 1.304

version 1.303, 2023/12/18 14:48:08 version 1.304, 2023/12/18 15:58:56
Line 1512 
Line 1512 
 /* Add an identity to idlist; takes ownership of 'key' and 'comment' */  /* Add an identity to idlist; takes ownership of 'key' and 'comment' */
 static void  static void
 add_p11_identity(struct sshkey *key, char *comment, const char *provider,  add_p11_identity(struct sshkey *key, char *comment, const char *provider,
     time_t death, int confirm, struct dest_constraint *dest_constraints,      time_t death, u_int confirm, struct dest_constraint *dest_constraints,
     size_t ndest_constraints)      size_t ndest_constraints)
 {  {
         Identity *id;          Identity *id;

Legend:
Removed from v.1.303  
changed lines
  Added in v.1.304