From f08ae3b01d60723e8f4334e0aaf4a57f03c478ba Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 15 Apr 2014 16:45:42 +0000 Subject: remove a test directory. If anyone wants something this again, this is the wrong place and it will need heavy lifting. Love the .bat files and the reference to pre-draft pthreads code at MIT. ok beck --- src/lib/libcrypto/threads/pthread2.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/lib/libcrypto/threads/pthread2.sh (limited to 'src/lib/libcrypto/threads/pthread2.sh') diff --git a/src/lib/libcrypto/threads/pthread2.sh b/src/lib/libcrypto/threads/pthread2.sh deleted file mode 100644 index 41264c6a50..0000000000 --- a/src/lib/libcrypto/threads/pthread2.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# -# build using pthreads where it's already built into the system -# -/bin/rm -f mttest -gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread - -- cgit v1.2.3-55-g6feb