update FAQ
authorDr. Stephen Henson <steve@openssl.org>
Wed, 14 Apr 2010 13:21:21 +0000 (13:21 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 14 Apr 2010 13:21:21 +0000 (13:21 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 13e5e9bcf4a839d46853df01aacd385323e3b6e1..e8203586dad5d9f40919d3d36d1b1da740c39451 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -765,7 +765,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.