CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/07 10:17:47
Modified files:
lib/libtls : tls.c
lib/libtls/man : tls_init.3
Log message:
Make tls_init() concurrently callable using pthread_once().
ok jsing@
This brings pthread_once usage into libressl, which will
need to get dealt with correctly in portable.
This sets us up to autoinit libtls, and we will also be
using pthread_once to deal with autoinit stuff in libssl
and libcrypto
