Return the sign-setup callback installed on a DSA_METHOD (deprecated).
Declared in <openssl/dsa.h>
[[deprecated]]
int(*
DSA_meth_get_sign_setup(DSA_METHOD const* dsam))(DSA*, BN_CTX*, BIGNUM**, BIGNUM**);
Deprecated. Use of this entity is allowed but discouraged.
Sign-setup function pointer, or NULL if unset.
| Name | Description |
|---|---|
| dsam | Method to query. |