diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-10-01 12:38:27 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-10-01 12:38:27 +0000 |
commit | 52033a8dc81d0d364b5395599cab3e3d9373e20e (patch) | |
tree | ec4986a10951b97f283cf7aa1107581516d39e48 /crypto | |
parent | 5fad2af4e3491475f7c9099dfbff5ed55de682d2 (diff) | |
download | src-test2-52033a8dc81d0d364b5395599cab3e3d9373e20e.tar.gz src-test2-52033a8dc81d0d364b5395599cab3e3d9373e20e.zip |
Notes
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssl/crypto/threads/solaris.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/openssl/crypto/threads/solaris.sh b/crypto/openssl/crypto/threads/solaris.sh deleted file mode 100644 index bc93094a2748..000000000000 --- a/crypto/openssl/crypto/threads/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 - |