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

Diff for /src/usr.bin/ssh/Attic/key.c between version 1.87 and 1.88

version 1.87, 2010/04/16 01:47:26 version 1.88, 2010/05/07 11:30:29
Line 1619 
Line 1619 
                         *reason = "Certificate lacks principal list";                          *reason = "Certificate lacks principal list";
                         return -1;                          return -1;
                 }                  }
         } else {          } else if (name != NULL) {
                 principal_matches = 0;                  principal_matches = 0;
                 for (i = 0; i < k->cert->nprincipals; i++) {                  for (i = 0; i < k->cert->nprincipals; i++) {
                         if (strcmp(name, k->cert->principals[i]) == 0) {                          if (strcmp(name, k->cert->principals[i]) == 0) {

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88