summaryrefslogtreecommitdiffstats
path: root/demos/threads/README
diff options
context:
space:
mode:
Diffstat (limited to 'demos/threads/README')
-rw-r--r--demos/threads/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/demos/threads/README b/demos/threads/README
deleted file mode 100644
index d8f358b8bf..0000000000
--- a/demos/threads/README
+++ /dev/null
@@ -1,7 +0,0 @@
-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