Return the opaque application data pointer stored on a DSA_METHOD (deprecated).
Declared in <openssl/dsa.h>
[[deprecated]]
void*
DSA_meth_get0_app_data(DSA_METHOD const* dsam);
Deprecated. Use of this entity is allowed but discouraged.
Application data previously set with DSA_meth_set0_app_data(), or NULL.
| Name | Description |
|---|---|
| dsam | Method object to query. |