diff options
author | Geoff Thorpe <geoff@openssl.org> | 2008-08-06 18:41:50 +0200 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2008-08-06 18:41:50 +0200 |
commit | ab9c689ad387fcd209017fe45985b1938a0ee0df (patch) | |
tree | a325b3f4931d3bd43fd0d84434922d198a16588f /FAQ | |
parent | Remove the dual-callback scheme for numeric and pointer thread IDs, (diff) | |
download | openssl-ab9c689ad387fcd209017fe45985b1938a0ee0df.tar.xz openssl-ab9c689ad387fcd209017fe45985b1938a0ee0df.zip |
Correct the FAQ and the threads man page re: CRYPTO_THREADID changes.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -717,8 +717,10 @@ file. Multi-threaded applications must provide two callback functions to OpenSSL by calling CRYPTO_set_locking_callback() and -CRYPTO_set_id_callback(). This is described in the threads(3) -manpage. +CRYPTO_set_id_callback(), for all versions of OpenSSL up to and +including 0.9.8[abc...]. As of version 0.9.9, CRYPTO_set_id_callback() +and associated APIs are deprecated by CRYPTO_THREADID_set_callback() +and friends. This is described in the threads(3) manpage. * I've compiled a program under Windows and it crashes: why? |