Revision dd6da173fdd24ea2076c8a25d92c1ddf1fade372 authored by Richard Levitte on 20 January 2015, 14:14:24 UTC, committed by Matt Caswell on 22 January 2015, 09:42:21 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent 6ff1bf3
pthread.sh
#!/bin/sh
#
# build using pthreads
#
# http://www.mit.edu:8001/people/proven/pthreads.html
#
/bin/rm -f mttest
pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto

Computing file changes ...