[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.180 and 1.181

version 1.180, 2010/03/02 23:20:57 version 1.181, 2010/03/04 10:36:03
Line 1292 
Line 1292 
         from = xstrdup(timespec);          from = xstrdup(timespec);
         to = strchr(from, ':');          to = strchr(from, ':');
         if (to == NULL || from == to || *(to + 1) == '\0')          if (to == NULL || from == to || *(to + 1) == '\0')
                 fatal("Invalid certificate life specification %s", optarg);                  fatal("Invalid certificate life specification %s", timespec);
         *to++ = '\0';          *to++ = '\0';
   
         if (*from == '-' || *from == '+')          if (*from == '-' || *from == '+')

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181