Import OpenSSL-0.9.8i.
[dragonfly.git] / crypto / openssl-0.9.7d / crypto / threads / pthread2.sh
blob41264c6a5046418c51ba35bbfd910a283e342d10
1 #!/bin/sh
3 # build using pthreads where it's already built into the system
5 /bin/rm -f mttest
6 gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread