diff options
Diffstat (limited to 'src/lib/libssl/src/doc/ssleay.txt')
-rw-r--r-- | src/lib/libssl/src/doc/ssleay.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/doc/ssleay.txt b/src/lib/libssl/src/doc/ssleay.txt index 094e28ce48..3e964c2e9a 100644 --- a/src/lib/libssl/src/doc/ssleay.txt +++ b/src/lib/libssl/src/doc/ssleay.txt | |||
@@ -6710,8 +6710,8 @@ CRYPTO_set_locking_callback(locking_function); | |||
6710 | before any multithreading is started. | 6710 | before any multithreading is started. |
6711 | id_function does not need to be defined under Windows NT or 95, the | 6711 | id_function does not need to be defined under Windows NT or 95, the |
6712 | correct function will be called if it is not. Under unix, getpid() | 6712 | correct function will be called if it is not. Under unix, getpid() |
6713 | is call if the id_callback is not defined, for solaris this is wrong | 6713 | is call if the id_callback is not defined, for Solaris this is wrong |
6714 | (since threads id's are not pid's) but under IRIX it is correct | 6714 | (since threads id's are not pid's) but under Linux it is correct |
6715 | (threads are just processes sharing the data segement). | 6715 | (threads are just processes sharing the data segement). |
6716 | 6716 | ||
6717 | The locking_callback is used to perform locking by the SSLeay library. | 6717 | The locking_callback is used to perform locking by the SSLeay library. |