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