DH_get_length
if (DH_get_length(dh) > 0)
printf("\tDH_set_length(dh, %ld);\n", DH_get_length(dh));
long DH_get_length(const DH *dh);