DSA_meth_set0_app_data

Store an opaque application pointer on a DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int
DSA_meth_set0_app_data(
    DSA_METHOD* dsam,
    void* app_data);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success.

Parameters

NameDescription
dsamMethod object to update.
app_dataCaller-owned pointer retrieved later with DSA_meth_get0_app_data().