Return the DSA prime modulus p without duplicating it (deprecated).
Declared in <openssl/dsa.h>
<openssl/dsa.h>
[[deprecated]] BIGNUM const* DSA_get0_p(DSA const* d);
Deprecated. Use of this entity is allowed but discouraged.
Internal BIGNUM pointer for p, or NULL if unset; do not free.