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

Name

Description

meth

Method table to update.

app_data

Opaque pointer stored on meth (not freed by RSA_meth_free).

Created with MrDocs