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

Diff for /src/usr.bin/ssh/authfd.c between version 1.113 and 1.114

version 1.113, 2018/12/27 23:02:11 version 1.114, 2019/06/21 04:21:04
Line 421 
Line 421 
  * This call is intended only for use by ssh-add(1) and like applications.   * This call is intended only for use by ssh-add(1) and like applications.
  */   */
 int  int
 ssh_add_identity_constrained(int sock, const struct sshkey *key,  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)
 {  {
         struct sshbuf *msg;          struct sshbuf *msg;

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114