Where can I find openssl iOS 7 libcrypto.a and libssl.a static library for arm64 architecture

I need the libcrypto.a and libssl.a library for 64 bit architecture in iOS 7 to create and run a project.

+8
arm64 openssl
source share
1 answer

You can build it from the source using this build script: https://github.com/x2on/OpenSSL-for-iPhone

+19
source share

All Articles