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

Diff for /src/usr.bin/ssh/ssh-add.c between version 1.170 and 1.171

version 1.170, 2023/12/19 06:57:34 version 1.171, 2024/01/08 00:30:39
Line 810 
Line 810 
         LogLevel log_level = SYSLOG_LEVEL_INFO;          LogLevel log_level = SYSLOG_LEVEL_INFO;
         struct sshkey *k, **certs = NULL;          struct sshkey *k, **certs = NULL;
         struct dest_constraint **dest_constraints = NULL;          struct dest_constraint **dest_constraints = NULL;
         size_t ndest_constraints = 0i, ncerts = 0;          size_t ndest_constraints = 0, ncerts = 0;
   
         /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */          /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
         sanitise_stdfd();          sanitise_stdfd();

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171