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