Duplicate a DSA_METHOD object (deprecated).
Declared in <openssl/dsa.h>
[[deprecated]]
DSA_METHOD*
DSA_meth_dup(DSA_METHOD const* dsam);
Deprecated. Use of this entity is allowed but discouraged.
Newly allocated DSA_METHOD copy, or NULL on failure.
| Name | Description |
|---|---|
| dsam | Method to copy. |