[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.352 and 1.353

version 1.352, 2019/09/29 16:31:57 version 1.353, 2019/10/02 08:05:50
Line 3012 
Line 3012 
         argc -= optind;          argc -= optind;
   
         if (sign_op != NULL) {          if (sign_op != NULL) {
                 if (cert_principals == NULL) {                  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.352  
changed lines
  Added in v.1.353