[#DSA_meth_get_sign_setup] = DSA_meth_get_sign_setup :mrdocs: Return the sign‐setup callback installed on a DSA_METHOD (deprecated). == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int(* DSA_meth_get_sign_setup(xref:DSA_METHOD-07a.adoc[DSA_METHOD] const* dsam))(xref:DSA.adoc[DSA]*, xref:BN_CTX.adoc[BN_CTX]*, xref:BIGNUM.adoc[BIGNUM]**, xref:BIGNUM.adoc[BIGNUM]**); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Sign‐setup function pointer, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *dsam* | Method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#