#include <nng/supplemental/tls/tls.h>
const char *nng_tls_engine_description(void);
This documentation is for the TIP (development tree) of NNG and may represent unreleased changes or functionality that is experimental, and is subject to change before release. The latest released version is v1.8.0. See the documentation for v1.8.0 for the most up-to-date information. |
nng_tls_engine_description(3tls)
NAME
nng_tls_engine_description - TLS engine description
SYNOPSIS
DESCRIPTION
The nng_tls_engine_description()
returns a short description for the current
TLS engine.
If no engine is registered, then the empty string ("") is returned.
This is principally useful for diagnostic purposes.
RETURN VALUES
The description of the engine of the engine.
ERRORS
None.