logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nng_tls_engine_name - TLS engine name

Description

       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.

Errors

       None.

Name

       nng_tls_engine_name - TLS engine name

Return Values

       The name of the engine.

See Also

nng_tls_engine_description(3tls), nng_tls_engine(5) nng(7)

                                                   2025-04-20                          NNG_TLS_ENGINE_NAME(3tls)

Synopsis

           #include <nng/supplemental/tls/tls.h>

           const char *nng_tls_engine_name(void);

See Also