tags:

views:

17

answers:

1

Hi,

I am trying 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.

+1  A: 

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.

Yann Ramin