Loading crypto/threads/profile.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh /bin/rm -f mttest cc -p -DSOLARIS -I../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L.. -lthread -lssl -lcrypto -lnsl -lsocket cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket crypto/threads/ptest.bat +1 −1 Original line number Diff line number Diff line del mttest.exe purify cl /O2 -DWIN32 /MD -I..\out mttest.c /Femttest ..\out\ssl32.lib ..\out\crypt32.lib purify cl /O2 -DWIN32 /MD -I..\..\out mttest.c /Femttest ..\..\out\ssl32.lib ..\..\out\crypt32.lib crypto/threads/pthread.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,5 @@ # http://www.mit.edu:8001/people/proven/pthreads.html # /bin/rm -f mttest pgcc -DPTHREADS -I../include -g mttest.c -o mttest -L.. -lssl -lcrypto pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto crypto/threads/purify.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh /bin/rm -f mttest purify cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket crypto/threads/solaris.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh /bin/rm -f mttest cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket Loading
crypto/threads/profile.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh /bin/rm -f mttest cc -p -DSOLARIS -I../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L.. -lthread -lssl -lcrypto -lnsl -lsocket cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
crypto/threads/ptest.bat +1 −1 Original line number Diff line number Diff line del mttest.exe purify cl /O2 -DWIN32 /MD -I..\out mttest.c /Femttest ..\out\ssl32.lib ..\out\crypt32.lib purify cl /O2 -DWIN32 /MD -I..\..\out mttest.c /Femttest ..\..\out\ssl32.lib ..\..\out\crypt32.lib
crypto/threads/pthread.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,5 @@ # http://www.mit.edu:8001/people/proven/pthreads.html # /bin/rm -f mttest pgcc -DPTHREADS -I../include -g mttest.c -o mttest -L.. -lssl -lcrypto pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto
crypto/threads/purify.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh /bin/rm -f mttest purify cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
crypto/threads/solaris.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh /bin/rm -f mttest cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket