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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.240 and 1.241

version 1.240, 2016/03/14 16:20:54 version 1.241, 2016/04/28 14:30:21
Line 1086 
Line 1086 
         /*          /*
          * If the key is an certificate, try to find a matching private key           * If the key is an certificate, try to find a matching private key
          * and use it to complete the signature.           * and use it to complete the signature.
          * If no such private key exists, return failure and continue with           * If no such private key exists, fall back to trying the certificate
          * other methods of authentication.           * key itself in case it has a private half already loaded.
          */           */
         if (key_is_cert(id->key)) {          if (key_is_cert(id->key)) {
                 matched = 0;                  matched = 0;

Legend:
Removed from v.1.240  
changed lines
  Added in v.1.241