How To port OpenSSL Library in android Project
I am tryin开发者_Python百科g to Port OpenSSL library in android project but i don't know the exact steps can any one tell me how to port OpenSSL in android project i am waiting for reply. Thanks.
Why would you want to? Android provides javax.net.ssl.
If you really do want to do this, you will need to make sure OpenSSL will run with Bionic (the C library) in Android. Google is your friend - so is playing whack a mole with compile errors.
精彩评论