Return the prime modulus p stored in a DH object (deprecated).
Declared in <openssl/dh.h>
<openssl/dh.h>
[[deprecated]] BIGNUM const* DH_get0_p(DH const* dh);
Deprecated. Use of this entity is allowed but discouraged.
Internal BIGNUM pointer (do not free), or NULL if unset.