Allow IPv6 address entry in tools>ping - Loosens valid character check
[tomato/davidwu.git] / release / src / router / openssl / 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