openssl/demos/threads
Rich Salz 0e56b4b424 Move crypto/threads to demo/threads
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-10-26 16:36:01 -04:00
..
mttest.c Move crypto/threads to demo/threads 2015-10-26 16:36:01 -04:00
pthread.sh Move crypto/threads to demo/threads 2015-10-26 16:36:01 -04:00
README Move crypto/threads to demo/threads 2015-10-26 16:36:01 -04:00
th-lock.c Move crypto/threads to demo/threads 2015-10-26 16:36:01 -04:00
win32.bat Move crypto/threads to demo/threads 2015-10-26 16:36:01 -04:00

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