DH_check_pub_key_ex
return DH_check_pub_key_ex(dh, dh->pub_key);
OSSL_DEPRECATEDIN_3_0 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key);
return DH_check_pub_key_ex(dh, pub_key);