OpenSSL-for-iPhone
OpenSSL-for-iPhone copied to clipboard
A script for compiling OpenSSL for iOS Devices (iPhone, iPad, iPod Touch)
hi , i'm using this framework by cocoapods ,it seems that the framework doesn't supportENABLE_BITCODE option.
For some reason I can not use OpenSSL directly from Swift code. What needs to do that OpenSSL will be possible to use in the Swift code?
Build failes with 1.0.2d because the openssl sources for this version have been removed.
ui_openssl.c:410:17: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static volatile intr_signal;