Return the sign‐setup callback installed on a DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int(*
DSA_meth_get_sign_setup(DSA_METHOD const* dsam))(DSA*, BN_CTX*, BIGNUM**, BIGNUM**);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Sign‐setup function pointer, or NULL if unset.

Parameters

Name

Description

dsam

Method to query.

Created with MrDocs