DH_meth_get0_name

Return the display name stored on a DH_METHOD (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
char const*
DH_meth_get0_name(DH_METHOD const* dhm);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

NUL-terminated name string owned by dhm.

Parameters

NameDescription
dhmMethod object to query.