CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/01 09:58:02
Modified files:
lib/libtls : tls.c tls_config.c tls_internal.h
Log message:
Add a mutex to guard reference counting for tls_config.
This makes libtls more friendly for multithreaded use - otherwise we can
end up with incorrect refcounts and end up freeing when we should not be
(or not freeing when we should be).
ok beck@
