[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.268 and 1.269

version 1.268, 2015/11/19 08:23:27 version 1.269, 2015/11/20 01:45:29
Line 1238 
Line 1238 
                 debug("Server host certificate: %s %s, serial %llu "                  debug("Server host certificate: %s %s, serial %llu "
                     "ID \"%s\" CA %s %s valid %s",                      "ID \"%s\" CA %s %s valid %s",
                     sshkey_ssh_name(host_key), fp,                      sshkey_ssh_name(host_key), fp,
                     host_key->cert->serial, host_key->cert->key_id,                      (unsigned long long)host_key->cert->serial,
                       host_key->cert->key_id,
                     sshkey_ssh_name(host_key->cert->signature_key), cafp,                      sshkey_ssh_name(host_key->cert->signature_key), cafp,
                     valid);                      valid);
                 for (i = 0; i < host_key->cert->nprincipals; i++) {                  for (i = 0; i < host_key->cert->nprincipals; i++) {

Legend:
Removed from v.1.268  
changed lines
  Added in v.1.269