DH_set0_key
int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
if (!DH_set0_key(dh, pub_key, NULL))