USE_DH
if (cp->keyex == USE_DH) {
case USE_DH: type = "dh"; break;
if (cp->keyex == USE_DH) {
if (client_params->keyex == USE_DH) {
cp->keyex = USE_DH;
if (ctx->keyex == USE_DH) {
case USE_DH:
opt->opt_private->pk_init_ctx->keyex = USE_DH;
if (ctx->keyex == USE_DH || ctx->keyex == USE_ECDH) {
if (ctx->keyex == USE_DH) {