DSA_meth_get_init

Return the DSA object-initialization callback from a DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int(*
DSA_meth_get_init(DSA_METHOD const* dsam))(DSA*);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the init callback, or NULL if unset.

Parameters

NameDescription
dsamMethod table to query.