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

Diff for /src/usr.bin/ssh/authfd.c between version 1.94 and 1.95

version 1.94, 2015/01/14 20:05:27 version 1.95, 2015/03/24 20:09:11
Line 467 
Line 467 
         }          }
         if ((r = sshbuf_get_string(msg, sigp, &len)) != 0)          if ((r = sshbuf_get_string(msg, sigp, &len)) != 0)
                 goto out;                  goto out;
         *lenp = len;          if (*lenp != NULL)
                   *lenp = len;
         r = 0;          r = 0;
  out:   out:
         if (blob != NULL) {          if (blob != NULL) {

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95