Hi ,
I have an App which uses openSSL of Android Code base via
libxmlSecurity .
Running this App  gives me an RSA exception .

On comparing the openSSL provided in Android Code base with the
openSSL available on the net [openssl-1.0.0f.tar.gz from
http://www.openssl.org/source/ ] ,
we found that OpenSSL in Android code base doesn't have an entry for
openssl/crypto/rsa/rsa_depr.c in the corresponding Android.mk .
Whereas  the openssl code base downloaded from net has this entry .

Adding this entry in Android.mk , the RSA Exception is resolved .

But now the problem is that my App cant be run on any other Android
phone because to run my App openSSL on that particular phone should
have the above mentioned change .

Is there any specific reason why openssl/crypto/rsa/rsa_depr.c is not
present in Android.mk provided in any Android Code base. ?



Regards,
Mayur

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to