[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.230 and 1.231

version 1.230, 2013/07/20 01:44:37 version 1.231, 2013/08/13 18:32:08
Line 1948 
Line 1948 
                         continue;                          continue;
                 if (strncasecmp(cp, "serial:", 7) == 0) {                  if (strncasecmp(cp, "serial:", 7) == 0) {
                         if (ca == NULL) {                          if (ca == NULL) {
                                 fatal("revoking certificated by serial number "                                  fatal("revoking certificates by serial number "
                                     "requires specification of a CA key");                                      "requires specification of a CA key");
                         }                          }
                         cp += 7;                          cp += 7;

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231