Be more explicit about requirements for multi-threading.
authorBodo Möller <bodo@openssl.org>
Fri, 23 Jun 2006 14:59:43 +0000 (14:59 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 23 Jun 2006 14:59:43 +0000 (14:59 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 6545cd72aaa835940077637889fa77f85d9e0559..046ff5148692399f7b1b1347315d5f6a18899901 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -608,8 +608,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?