CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/03/19 10:34:47
Modified files:
lib/libtls : tls.c tls_client.c tls_config.c tls_internal.h
tls_server.c
lib/libtls/man : tls_init.3
Log message:
Automatically handle library initialisation for libtls.
Now that we have tls_init() under pthread_once(), automatically initialise
libtls from the entry point functions (tls_config(), tls_client() and
tls_server()) - this makes an explicit tls_init() call no longer a
requirement.
ok bcook@ beck@ inoguchi@