From 30c99d45b7ff6e7906c79e8b1627daf0a100b4c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 23 Jun 2006 14:59:43 +0000 Subject: [PATCH] Be more explicit about requirements for multi-threading. --- FAQ | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FAQ b/FAQ index 6545cd72aa..046ff51486 100644 --- 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? -- 2.25.1