Commit 30c99d45 authored by Bodo Möller's avatar Bodo Möller
Browse files

Be more explicit about requirements for multi-threading.

parent e4a901b0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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?