diff options
Diffstat (limited to 'thirdparty/openssl/crypto/threads/pthread2.sh')
-rwxr-xr-x | thirdparty/openssl/crypto/threads/pthread2.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/thirdparty/openssl/crypto/threads/pthread2.sh b/thirdparty/openssl/crypto/threads/pthread2.sh deleted file mode 100755 index ec945c451b..0000000000 --- a/thirdparty/openssl/crypto/threads/pthread2.sh +++ /dev/null @@ -1,6 +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 -ldl |