DSA_meth_dup

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

NameDescription
dsamMethod to copy.