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