CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/05 22:09:59
Modified files:
lib/libssl/src/ssl: ssl_cert.c
Log message:
readdir() is thread-safe when DIR handles aren't shared, so delete the lock.
(POSIX is fixing its description: readdir_r() was a botch)
Patch from Carlos MartÃn Nieto (cmn (at) dwim.me)
no -portable concerns bcook@
