sqlcipher / openssl-xcode

XCode project structure that can be used to build openssl static libraries
http://www.zetetic.net
220 stars 140 forks source link

Support for latest openssl 1.0.1g with the heartbleed attack fix? #13

Open Motti-Shneor opened 8 years ago

Motti-Shneor commented 8 years ago

Also, support for a dynamic framework instead of static libs, for both iOS 8 and above and OS-X ?

Sorry - didn't find any compatibility specification in the repo.

Motti-Shneor commented 8 years ago

OK, sorry, read the read-me and built 1.0.2 without problem. Only question remaining: How hard is it to build it dynamically instead of a static lib? I need openssl in several modules within my Application, and I don't like the code duplication - I'd rather have a single shared library (dylib, or even better - an OS-X Framework)