CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/06 14:57:45
Modified files:
lib/libtls : Symbols.list tls.h tls_util.c
Log message:
Provide a tls_unload_file() function, that frees the memory returned from
a tls_load_file() call, ensuring that it the contents become inaccessible.
This is specifically needed on platforms where the library allocators may
be different from the application allocator.
ok beck@
