Revert "and added files"
[bcm963xx.git] / userapps / opensource / openssl / crypto / threads / pthread2.sh
diff --git a/userapps/opensource/openssl/crypto/threads/pthread2.sh b/userapps/opensource/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
-