I'm using the build script from:
https://github.com/x2on/OpenSSL-for-iPhone
At this point, I'm solely interested in building the dylibs for iOS Simulator, because I'm using Delphi, for which it appears the compiler for iOS Simulator does not support static binding to the .a files.
I've "hacked" into build-libssl.sh to call:
./config shared
before the "make depend" calls, and it builds the libcrypto dylib, but not the libssl dylib.
Using the "file" command on the dylib reports that it's for i386; is there a difference in those that can be used in the simulator, or is supposed to be the same?