[][src]Function libtls::init

pub fn init() -> Result<()>
Deprecated since 2.7.0-LibreSSL:

It is no longer necessary to call this function.

Initialize global data structures.

The init function initializes global data structures. It is no longer necessary to call this function directly, since it is invoked internally when needed. It may be called more than once, and may be called concurrently.

See also

tls_init(3)