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

Diff for /src/usr.bin/ssh/auth2-gss.c between version 1.30 and 1.31

version 1.30, 2020/10/18 11:32:01 version 1.31, 2021/01/27 10:05:28
Line 294 
Line 294 
         mic.value = p;          mic.value = p;
         mic.length = len;          mic.length = len;
         ssh_gssapi_buildmic(b, authctxt->user, authctxt->service,          ssh_gssapi_buildmic(b, authctxt->user, authctxt->service,
             "gssapi-with-mic");              "gssapi-with-mic", ssh->kex->session_id);
   
         if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL)          if ((gssbuf.value = sshbuf_mutable_ptr(b)) == NULL)
                 fatal_f("sshbuf_mutable_ptr failed");                  fatal_f("sshbuf_mutable_ptr failed");

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31