X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fcrypto%2Fthreads%2Fpthread.sh;fp=lib%2Fopenssl%2Fcrypto%2Fthreads%2Fpthread.sh;h=0000000000000000000000000000000000000000;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=f1c49821d2fba6508d773d3b86c627adde73a7fa;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/crypto/threads/pthread.sh b/lib/openssl/crypto/threads/pthread.sh deleted file mode 100644 index f1c4982..0000000 --- a/lib/openssl/crypto/threads/pthread.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# build using pthreads -# -# http://www.mit.edu:8001/people/proven/pthreads.html -# -/bin/rm -f mttest -pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -