Attach application data to an RSA_METHOD without copying (deprecated).
Declared in <openssl/rsa.h>
[[deprecated]]
int
RSA_meth_set0_app_data(
RSA_METHOD* meth,
void* app_data);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| meth | Method table to update. |
| app_data | Opaque pointer stored on meth (not freed by RSA_meth_free). |