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.