RSA_meth_get0_app_data

Return the application pointer previously attached to an RSA_METHOD.

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
void*
RSA_meth_get0_app_data(RSA_METHOD const* meth);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

App-data pointer, or NULL if unset.

Parameters

NameDescription
methMethod to query.