summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-14 13:20:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-14 13:20:53 +0000
commitc5af032df5c524a5266faae78af269858ead7874 (patch)
tree084ce120f21ea8de7d7f6f2df44edbaf86764136 /FAQ
parent8a898a6fcc06d0739f5c9578c23d5dd0ef9e1c4f (diff)
update FAQ
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 2134e3af12..da6b579f5a 100644
--- a/FAQ
+++ b/FAQ
@@ -722,7 +722,7 @@ file.
Multi-threaded applications must provide two callback functions to
OpenSSL by calling CRYPTO_set_locking_callback() and
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()
+including 0.9.8[abc...]. As of version 1.0.0, CRYPTO_set_id_callback()
and associated APIs are deprecated by CRYPTO_THREADID_set_callback()
and friends. This is described in the threads(3) manpage.