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

Diff for /src/usr.bin/ssh/kexgexc.c between version 1.15 and 1.16

version 1.15, 2014/01/12 08:13:13 version 1.16, 2014/01/25 10:12:50
Line 55 
Line 55 
         int min, max, nbits;          int min, max, nbits;
         DH *dh;          DH *dh;
   
         nbits = dh_estimate(kex->we_need * 8);          nbits = dh_estimate(kex->dh_need * 8);
   
         if (datafellows & SSH_OLD_DHGEX) {          if (datafellows & SSH_OLD_DHGEX) {
                 /* Old GEX request */                  /* Old GEX request */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16