1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 07:43:50 +00:00

Updated OpenSSL

This commit is contained in:
Bryan Roe
2019-01-11 11:10:28 -08:00
parent d336775275
commit 1c5d386e56
83 changed files with 3025 additions and 4524 deletions

View File

@@ -8,6 +8,6 @@ make depend
sed 's/ -O3 / -O3 -m32 /g' Makefile > t
rm Makefile
mv t Makefile
make
cp *.a ../openssl-static/x86
make -j 8
cp *.a ../linux/x86
cd ..