Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 500 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 500 Bytes

Script to build OpenSSL for iPhone device and simulator platform

platform

  • Xcode 4.5.2
  • iPhone SDK 6.0, armv7
  • OpenSSL 1.0.0c, 1.0.1c

How to build

Place openssl-{VERSION}.tar.gz in this directory, then:

bash Build-OpenSSL.sh

library will be ready in newly created 'dist' directory.

Links

I referred following blog page:

Tutorial: How To Compile OpenSSL for the iPhone (1st Jan, 2009)