EVP_PKEY DH client support.
[openssl.git] / demos / threads / README
1 This shows how to set up the OpenSSL callbacks for use in
2 multi-threaded programs.
3
4 Two implementations, one for Win32 native and one for pthreads, are provided
5 in th-lock.c  A test program is in mttest.c
6
7 Build scripts are in pthread.sh and win32.bat