nng_tls_engine_name − TLS engine name
#include <nng/supplemental/tls/tls.h>
const char *nng_tls_engine_name(void);
The nng_tls_engine_name() returns a short name for the current TLS engine. If no engine is registered, then the special name "none" is returned.
The name of the engine.
None.
nng_tls_engine_description(3tls), nng_tls_engine(5) nng(7)