use <poll.h> as by Single Unix Specification
[openssl.git] / FAQ
diff --git a/FAQ b/FAQ
index f96759b18e2bfc80e9da635d76874a483d5bae7f..f2a383a29722176967da46f4ca3cb0524aaea037 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -699,8 +699,11 @@ 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().  (For OpenSSL 0.9.9 or later, the new
+function CRYPTO_set_idptr_callback() may be used in place of
+CRYPTO_set_id_callback().)  This is described in the threads(3)
+manpage.
 
 * I've compiled a program under Windows and it crashes: why?