Undefined Reference To 'DTLS_client_method'
I'm currently trying to implement DTLS on android in order to encrypt UDP datagrams. For this, I built the openssl-android project available here, from this I got two shared librar
Ok, it's solved by just picking another project for building openssl and change the shared library names in the .mk files localted in /apps /ssl and /crypto folders to avoid confusion like it is told in this topic.
You can find the project I used under this url
Post a Comment for "Undefined Reference To 'DTLS_client_method'"