mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
0e56b4b424
Reviewed-by: Richard Levitte <levitte@openssl.org>
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
This shows how to set up the OpenSSL callbacks for use in
|
|
multi-threaded programs.
|
|
|
|
Two implementations, one for Win32 native and one for pthreads, are provided
|
|
in th-lock.c A test program is in mttest.c
|
|
|
|
Build scripts are in pthread.sh and win32.bat
|