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

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.226 and 1.227

version 1.226, 2017/11/15 02:10:16 version 1.227, 2018/01/23 05:27:21
Line 277 
Line 277 
                 goto send;                  goto send;
         }          }
   
         if (flags & SSH_AGENT_OLD_SIGNATURE)  
                 compat = SSH_BUG_SIGBLOB;  
         if ((id = lookup_identity(key)) == NULL) {          if ((id = lookup_identity(key)) == NULL) {
                 verbose("%s: %s key not found", __func__, sshkey_type(key));                  verbose("%s: %s key not found", __func__, sshkey_type(key));
                 goto send;                  goto send;

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.227