DSA_meth_get0_name

Return the descriptive name stored on a DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
char const*
DSA_meth_get0_name(DSA_METHOD const* dsam);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal name string (do not free), or NULL if unset.

Parameters

NameDescription
dsamMethod object to query.