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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.435 and 1.436

version 1.435, 2021/08/11 08:54:17 version 1.436, 2021/09/07 06:03:51
Line 2657 
Line 2657 
         time_t now;          time_t now;
   
         *verify_timep = 0;          *verify_timep = 0;
         *print_pubkey = 0;          if (print_pubkey == NULL)
                   *print_pubkey = 0;
         for (i = 0; i < nopts; i++) {          for (i = 0; i < nopts; i++) {
                 if (strncasecmp(opts[i], "verify-time=", 12) == 0) {                  if (strncasecmp(opts[i], "verify-time=", 12) == 0) {
                         if (parse_absolute_time(opts[i] + 12,                          if (parse_absolute_time(opts[i] + 12,

Legend:
Removed from v.1.435  
changed lines
  Added in v.1.436