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