[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.353 and 1.354

version 1.353, 2019/10/02 08:05:50 version 1.354, 2019/10/02 09:50:50
Line 3012 
Line 3012 
         argc -= optind;          argc -= optind;
   
         if (sign_op != NULL) {          if (sign_op != NULL) {
                 if (cert_principals == NULL && *cert_principals == '\0') {                  if (cert_principals == NULL || *cert_principals == '\0') {
                         error("Too few arguments for sign/verify: "                          error("Too few arguments for sign/verify: "
                             "missing namespace");                              "missing namespace");
                         exit(1);                          exit(1);

Legend:
Removed from v.1.353  
changed lines
  Added in v.1.354