How To port OpenSSL Library in android Project

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.

Upvotes: 1

Views: 1515

Answers (1)

Yann Ramin
Yann Ramin

Reputation: 33197

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.

Upvotes: 1

Related Questions