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

Name

Description

meth

Method to query.

Created with MrDocs