RSA_meth_set0_app_data

Attach application data to an RSA_METHOD without copying (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
int
RSA_meth_set0_app_data(
    RSA_METHOD* meth,
    void* app_data);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
methMethod table to update.
app_dataOpaque pointer stored on meth (not freed by RSA_meth_free).