diff options
Diffstat (limited to 'crypto/openssl/mt/solaris.sh')
-rw-r--r-- | crypto/openssl/mt/solaris.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/openssl/mt/solaris.sh b/crypto/openssl/mt/solaris.sh deleted file mode 100644 index f6a90b17ee0a..000000000000 --- a/crypto/openssl/mt/solaris.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -/bin/rm -f mttest -cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket - |