I'm making an Android application in which I need to use SSL but it is causing problems like
cannot call unresolved function EC_get_builtin_curves
I searched for a solution to this problem and found out that I need to provide SSL library with the application on my own. I don't know how to build OpenSSL for Android arm. Can somebody help? Thanks in advance.
Thanks everyone for suggesting solution. For me the easiest solution was to get pre-built OpenSSL libraries from here and package them in the APK. Now everything works fine.