summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2008-08-06 16:41:50 +0000
committerGeoff Thorpe <geoff@openssl.org>2008-08-06 16:41:50 +0000
commitab9c689ad387fcd209017fe45985b1938a0ee0df (patch)
treea325b3f4931d3bd43fd0d84434922d198a16588f /FAQ
parent4c3296960de32e5abfbb8f4703a2ce624d82669f (diff)
Correct the FAQ and the threads man page re: CRYPTO_THREADID changes.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ6
1 files changed, 4 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index fb997b6fbe..139e17b4a9 100644
--- a/FAQ
+++ b/FAQ
@@ -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?