st3fan / ios-openssl

Port of OpenSSL for iOS
389 stars 118 forks source link

Fixes typo in build script which included wrong library for libssl x86_64 #15

Closed ajacobson closed 10 years ago

ajacobson commented 10 years ago

Lipo was putting libcrypto into libssl for the x86_64 architecture. I fixed the build script and updated the libssl binary to include the correct library for x86_64.

st3fan commented 10 years ago

Thank you.

AdamDNA commented 10 years ago

The build.sh failed for me on a Mac OSX 10.8.5.

Here are the last few lines of the build.sh output after running for about 5 or 10 min: