summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-06-23 14:59:59 +0000
committerBodo Möller <bodo@openssl.org>2006-06-23 14:59:59 +0000
commit5e3003bb52072a1e2f27d69bf0901f4fcfdff587 (patch)
tree3c8b5e83ce7d7bdf51310123edecad8ed852d245 /FAQ
parente6e3f38bfa798bcf065a4f136f2bf7a897ab6715 (diff)
downloadopenssl-new-5e3003bb52072a1e2f27d69bf0901f4fcfdff587.tar.gz
Be more explicit about requirements for multi-threading.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ5
1 files changed, 3 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index c31c1ee36e..97ab2426be 100644
--- a/FAQ
+++ b/FAQ
@@ -679,8 +679,9 @@ libraries. If your platform is not one of these, consult the INSTALL
file.
Multi-threaded applications must provide two callback functions to
-OpenSSL. This is described in the threads(3) manpage.
-
+OpenSSL by calling CRYPTO_set_locking_callback() and
+CRYPTO_set_id_callback(). This is described in the threads(3)
+manpage.
* I've compiled a program under Windows and it crashes: why?