DH_set_length
int DH_set_length(DH *dh, long length);
if (!DH_set_length(dh, MINIMUM(need * 2, pbits - 1)))