Select the DSA_METHOD used for operations on dsa (deprecated).
Declared in <openssl/dsa.h>
[[deprecated]]
int
DSA_set_method(
DSA* dsa,
DSA_METHOD const* meth);
Deprecated. Use of this entity is allowed but discouraged.
Non-zero on success.
| Name | Description |
|---|---|
| dsa | DSA key whose method is replaced. |
| meth | Method implementation to attach; releases any prior ENGINE method. |