Loading crypto/threads/pthread2.sh 0 → 100755 +7 −0 Original line number Diff line number Diff line #!/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 Loading
crypto/threads/pthread2.sh 0 → 100755 +7 −0 Original line number Diff line number Diff line #!/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