[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.46 and 1.47

version 1.46, 2023/03/29 01:07:48 version 1.47, 2024/05/17 00:30:23
Line 91 
Line 91 
         }          }
   
         /* Contact privileged parent */          /* Contact privileged parent */
         kex->dh = PRIVSEP(choose_dh(min, nbits, max));          kex->dh = mm_choose_dh(min, nbits, max);
         if (kex->dh == NULL) {          if (kex->dh == NULL) {
                 (void)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;

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