Initial Commit
This commit is contained in:
9
openssl-1.0.2f/crypto/threads/pthread.sh
Normal file
9
openssl-1.0.2f/crypto/threads/pthread.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user