X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssleay.txt;h=3e964c2e9aeb4b9b7c094ded6b63e5b0325bff87;hp=094e28ce48dc5e5be7d33fe2b1c352f2a70fc981;hb=9886f420145883100ada06a1184eff195a133b39;hpb=155d7a0e1dcf225f635dc522b272606590112c58;ds=sidebyside diff --git a/doc/ssleay.txt b/doc/ssleay.txt index 094e28ce48..3e964c2e9a 100644 --- a/doc/ssleay.txt +++ b/doc/ssleay.txt @@ -6710,8 +6710,8 @@ CRYPTO_set_locking_callback(locking_function); before any multithreading is started. id_function does not need to be defined under Windows NT or 95, the correct function will be called if it is not. Under unix, getpid() -is call if the id_callback is not defined, for solaris this is wrong -(since threads id's are not pid's) but under IRIX it is correct +is call if the id_callback is not defined, for Solaris this is wrong +(since threads id's are not pid's) but under Linux it is correct (threads are just processes sharing the data segement). The locking_callback is used to perform locking by the SSLeay library.