Import OpenSSL 1.0.1p.

This commit is contained in:
Jung-uk Kim
2015-07-09 16:41:34 +00:00
parent 15533bcc35
commit c07d7b3a38
22 changed files with 477 additions and 235 deletions
+1 -2
View File
@@ -3,5 +3,4 @@
# 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
gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread -ldl