>>> warning: openssl/ssl.h: No such file or directory
How can I use SSL Handshaking? Please give me a tip to solve this
problem. Thank you!!!
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
So, how can I include openssl library to my project? As I know ANDROID
system library includes "SSL". How to use? How to include?
Please give me a tip or a bit of source or a hint...
Thank you so much.
On 2월3일, 오전4시38분, David Turner <di...@android.com> wrote:
> build the openssl sources into your NDK project ?
>
> On Mon, Feb 1, 2010 at 10:57 PM, TORIWORKS <toriwo...@gmail.com> wrote:
> > I got a message below.
>
> > >>> warning: openssl/ssl.h: No such file or directory
>
> > How can I use SSL Handshaking? Please give me a tip to solve this
> > problem. Thank you!!!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "android-ndk" group.> To post to this group, send email toandr...@googlegroups.com.
> > To unsubscribe from this group, send email to>android-ndk...@googlegroups.com<android-ndk%2Bunsu...@googlegroups.com>
You can get OpenSSL in the Android GIT, but you'll need to slightly
edit the config files to compile it.
But it may be simplier to use the javax.net.ssl package:
http://developer.android.com/reference/javax/net/ssl/package-summary.html
(I don't know if theses classes uses OpenSSL.)