Rich Salz 0e56b4b424 Move crypto/threads to demo/threads 8 年之前
..
README 0e56b4b424 Move crypto/threads to demo/threads 8 年之前
mttest.c 0e56b4b424 Move crypto/threads to demo/threads 8 年之前
pthread.sh 0e56b4b424 Move crypto/threads to demo/threads 8 年之前
th-lock.c 0e56b4b424 Move crypto/threads to demo/threads 8 年之前
win32.bat 0e56b4b424 Move crypto/threads to demo/threads 8 年之前

README

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