Skip to content

Instantly share code, notes, and snippets.

View thomas-goerlich's full-sized avatar

Thomas Görlich thomas-goerlich

View GitHub Profile
@thomas-goerlich
thomas-goerlich / openssl-build.sh
Last active August 29, 2015 13:59 — forked from foozmeat/openssl-build.sh
A shell script to build OpenSSL for iOS and Mac. It currently builds: Mac -> i386 & x86_64 // iOS -> armv7, armv7s, arm64 // iOS Simulator -> i386 & x86_64.
#!/bin/bash
# This script builds the iOS and Mac openSSL libraries
# Download openssl http://www.openssl.org/source/ and place the tarball next to this script
# Credits:
# https://github.com/st3fan/ios-openssl
# https://github.com/x2on/OpenSSL-for-iPhone/blob/master/build-libssl.sh