leenjewel / openssl_for_ios_and_android

OpenSSL Library for iOS and Android
921 stars 318 forks source link

openssl for iOS missing from the already compiled package #4

Closed AlterX76 closed 7 years ago

AlterX76 commented 7 years ago

I can find only the android version although it says ios and android

leenjewel commented 7 years ago

Really?You could download openssl_curl_for_ios_android.20170105.zip on releases tab page and unzip it , You will find static library files for android and ios, check it again

AlterX76 commented 7 years ago

Hi...good now I can see both. Anyway when I use it (I tried on android) I get few undefined references like SSL_library_init.

leenjewel commented 7 years ago

Please show me Android.mk and Application.mk file in your project

AlterX76 commented 7 years ago

Ok I solved it, thanks

leenjewel commented 7 years ago

Cool,Good luck,I close it