[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.256 and 1.257

version 1.256, 2020/02/26 13:40:09 version 1.257, 2020/03/06 18:28:27
Line 414 
Line 414 
 {  {
         Identity *id;          Identity *id;
         int success = 0, confirm = 0;          int success = 0, confirm = 0;
         u_int seconds, maxsign;          u_int seconds = 0, maxsign;
         char *fp, *comment = NULL, *ext_name = NULL, *sk_provider = NULL;          char *fp, *comment = NULL, *ext_name = NULL, *sk_provider = NULL;
         char canonical_provider[PATH_MAX];          char canonical_provider[PATH_MAX];
         time_t death = 0;          time_t death = 0;

Legend:
Removed from v.1.256  
changed lines
  Added in v.1.257