]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/crypto/threads/pthread.sh
upd: openssl to 1.1.0
[cassiopeia.git] / lib / openssl / crypto / threads / pthread.sh
diff --git a/lib/openssl/crypto/threads/pthread.sh b/lib/openssl/crypto/threads/pthread.sh
deleted file mode 100644 (file)
index f1c4982..0000000
+++ /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 
-