Return the descriptive name stored on a DSA_METHOD (deprecated).
Declared in <openssl/dsa.h>
[[deprecated]]
char const*
DSA_meth_get0_name(DSA_METHOD const* dsam);
Deprecated. Use of this entity is allowed but discouraged.
Internal name string (do not free), or NULL if unset.
| Name | Description |
|---|---|
| dsam | Method object to query. |