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

Diff for /src/usr.bin/ssh/authfile.c between version 1.114 and 1.115

version 1.114, 2015/04/17 13:32:09 version 1.115, 2015/07/03 03:43:18
Line 462 
Line 462 
                 goto out;                  goto out;
         }          }
   
         if ((r = sshkey_to_certified(key, sshkey_cert_is_legacy(cert))) != 0 ||          if ((r = sshkey_to_certified(key)) != 0 ||
             (r = sshkey_cert_copy(cert, key)) != 0)              (r = sshkey_cert_copy(cert, key)) != 0)
                 goto out;                  goto out;
         r = 0;          r = 0;

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115