summaryrefslogtreecommitdiffstats
path: root/crypto/threads
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-08-30 10:29:35 -0400
committerRich Salz <rsalz@akamai.com>2014-08-30 10:29:35 -0400
commit0f957287dfb25e0d4c359e7fc7a7b238143abdf7 (patch)
tree3b4e78771af6aa48ca606ce9b5af60eaf9d34e95 /crypto/threads
parent457f7b14ecce885dce0b1a16bcd0723f1d7a2792 (diff)
Remove some outdated README files, to avoid confusing people.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/threads')
-rw-r--r--crypto/threads/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/crypto/threads/README b/crypto/threads/README
deleted file mode 100644
index df6b26e146..0000000000
--- a/crypto/threads/README
+++ /dev/null
@@ -1,14 +0,0 @@
-Mutithreading testing area.
-
-Since this stuff is very very platorm specific, this is not part of the
-normal build. Have a read of doc/threads.doc.
-
-mttest will do some testing and will currently build under Windows NT/95,
-Solaris and Linux. The IRIX stuff is not finished.
-
-I have tested this program on a 12 CPU ultra sparc box (solaris 2.5.1)
-and things seem to work ok.
-
-The Linux pthreads package can be retrieved from
-http://www.mit.edu:8001/people/proven/pthreads.html
-