Import OpenSSL-0.9.8i.
[dragonfly.git] / crypto / openssl-0.9.7e / crypto / threads / pthread.sh
blobf1c49821d2fba6508d773d3b86c627adde73a7fa
1 #!/bin/sh
3 # build using pthreads
5 # http://www.mit.edu:8001/people/proven/pthreads.html
7 /bin/rm -f mttest
8 pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto