commit | d02b48c63a58ea4367a0e905979f140b7d090f86 | [log] [tgz] |
---|---|---|
author | Ralf S. Engelschall <rse@openssl.org> | Mon Dec 21 10:52:47 1998 +0000 |
committer | Ralf S. Engelschall <rse@openssl.org> | Mon Dec 21 10:52:47 1998 +0000 |
tree | 504f62ed3d84799f785b9cd9fab255a21b0e1b0e |
Import of old SSLeay release: SSLeay 0.8.1b
diff --git a/mt/solaris.sh b/mt/solaris.sh new file mode 100644 index 0000000..f6a90b1 --- /dev/null +++ b/mt/solaris.sh
@@ -0,0 +1,4 @@ +#!/bin/sh +/bin/rm -f mttest +cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket +