Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

openssl

arm64

I need libcrypto.a and libssl.a static library for arm64 bit architecture in iOS 7 to build and run a project.

like image 936
Opu Avatar asked Nov 06 '13 13:11

Opu


1 Answers

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

like image 111
x2on Avatar answered Nov 08 '22 04:11

x2on