diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2010-04-14 15:21:21 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2010-04-14 15:21:21 +0200 |
commit | 8decc967dc3089344e1bd0082f87a6b349d30ce7 (patch) | |
tree | 0473c662e26e9ee33dec538b32996ffadfaf77ff /FAQ | |
parent | [co]fb128.c: fix "n=0" bug. (diff) | |
download | openssl-8decc967dc3089344e1bd0082f87a6b349d30ce7.tar.xz openssl-8decc967dc3089344e1bd0082f87a6b349d30ce7.zip |
update FAQ
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |