[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.248 and 1.249

version 1.248, 2014/04/29 18:01:49 version 1.249, 2014/06/24 01:13:21
Line 699 
Line 699 
                 error("%s", reason);                  error("%s", reason);
                 return 0;                  return 0;
         }          }
         if (buffer_len(&host_key->cert->critical) != 0) {          if (buffer_len(host_key->cert->critical) != 0) {
                 error("Certificate for %s contains unsupported "                  error("Certificate for %s contains unsupported "
                     "critical options(s)", host);                      "critical options(s)", host);
                 return 0;                  return 0;

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.249