Return the DSA key referenced by pkey without incrementing its reference count (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
dsa_st const*
EVP_PKEY_get0_DSA(EVP_PKEY const* pkey);
Deprecated. Use of this entity is allowed but discouraged.
Internal DSA pointer, or NULL if pkey is not a DSA key; do not free the result.
| Name | Description |
|---|---|
| pkey | Key that must hold a DSA key. |