Return the signing callback installed on a DSA_METHOD.
Declared in <openssl/dsa.h>
[[deprecated]]
DSA_SIG*(*
DSA_meth_get_sign(DSA_METHOD const* dsam))(unsigned char const*, int, DSA*);
Deprecated. Use of this entity is allowed but discouraged.
Function pointer used to create a DSA_SIG, or NULL if unset.
| Name | Description |
|---|---|
| dsam | Method object to query. |