DSA_meth_get_sign

Return the signing callback installed on a DSA_METHOD.

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
DSA_SIG*(*
DSA_meth_get_sign(DSA_METHOD const* dsam))(unsigned char const*, int, DSA*);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Function pointer used to create a DSA_SIG, or NULL if unset.

Parameters

NameDescription
dsamMethod object to query.