Return the application pointer previously attached to an RSA_METHOD.
Declared in <openssl/rsa.h>
[[deprecated]]
void*
RSA_meth_get0_app_data(RSA_METHOD const* meth);
Deprecated. Use of this entity is allowed but discouraged.
App-data pointer, or NULL if unset.
| Name | Description |
|---|---|
| meth | Method to query. |