[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.267 and 1.268

version 1.267, 2020/11/08 22:37:24 version 1.268, 2021/01/11 02:12:58
Line 150 
Line 150 
 extern char *__progname;  extern char *__progname;
   
 /* Default lifetime in seconds (0 == forever) */  /* Default lifetime in seconds (0 == forever) */
 static long lifetime = 0;  static int lifetime = 0;
   
 static int fingerprint_hash = SSH_FP_HASH_DEFAULT;  static int fingerprint_hash = SSH_FP_HASH_DEFAULT;
   

Legend:
Removed from v.1.267  
changed lines
  Added in v.1.268