Set the DSA object-finalization callback on a DSA_METHOD (deprecated).
Declared in <openssl/dsa.h>
[[deprecated]]
int
DSA_meth_set_finish(
DSA_METHOD* dsam,
int(* finish)(DSA*));
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| dsam | Method table to update. |
| finish | Callback invoked when a DSA object using this method is freed, or NULL to clear. |