Revision 323d39e87f86bc4524881942aafc7539532aefff authored by Matt Caswell on 22 January 2015, 03:30:12 UTC, committed by Matt Caswell on 22 January 2015, 09:31:48 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent ae5c866
pthread2.sh
#!/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

Computing file changes ...