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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.222 and 1.223

version 1.222, 2010/04/14 22:27:42 version 1.223, 2010/04/16 01:47:26
Line 577 
Line 577 
                 error("%s", reason);                  error("%s", reason);
                 return 0;                  return 0;
         }          }
         if (buffer_len(&host_key->cert->constraints) != 0) {          if (buffer_len(&host_key->cert->critical) != 0) {
                 error("Certificate for %s contains unsupported constraint(s)",                  error("Certificate for %s contains unsupported "
                     host);                      "critical options(s)", host);
                 return 0;                  return 0;
         }          }
         return 1;          return 1;

Legend:
Removed from v.1.222  
changed lines
  Added in v.1.223