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

Diff for /src/usr.bin/ssh/kexgexs.c between version 1.45 and 1.46

version 1.45, 2023/03/05 05:34:09 version 1.46, 2023/03/29 01:07:48
Line 93 
Line 93 
         /* Contact privileged parent */          /* Contact privileged parent */
         kex->dh = PRIVSEP(choose_dh(min, nbits, max));          kex->dh = PRIVSEP(choose_dh(min, nbits, max));
         if (kex->dh == NULL) {          if (kex->dh == NULL) {
                 sshpkt_disconnect(ssh, "no matching DH grp found");                  (void)sshpkt_disconnect(ssh, "no matching DH grp found");
                 r = SSH_ERR_ALLOC_FAIL;                  r = SSH_ERR_ALLOC_FAIL;
                 goto out;                  goto out;
         }          }

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46