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

Diff for /src/usr.bin/ssh/sshsig.c between version 1.26 and 1.27

version 1.26, 2021/11/28 07:21:26 version 1.27, 2022/01/05 04:02:42
Line 919 
Line 919 
         }          }
   
         /* Check whether options preclude the use of this key */          /* Check whether options preclude the use of this key */
         if (sigopts->namespaces != NULL &&          if (sigopts->namespaces != NULL && sig_namespace != NULL &&
             match_pattern_list(sig_namespace, sigopts->namespaces, 0) != 1) {              match_pattern_list(sig_namespace, sigopts->namespaces, 0) != 1) {
                 error("%s:%lu: key is not permitted for use in signature "                  error("%s:%lu: key is not permitted for use in signature "
                     "namespace \"%s\"", path, linenum, sig_namespace);                      "namespace \"%s\"", path, linenum, sig_namespace);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27