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