I am using the latest 3.5.1 version of sql cipher.
What we wanted to do was instead of compiling sql cipher against the open ssl bundled, we wanted to compile against a custom OpenSSL (same version) but slightly different because of some compliance reasons.
I checked online and there are several discussions on this topic. But I could not find a step by step guide.
What I could get is replacing the source code in external/OpenSSL directory. And changing the build-openssl-libraries.sh appropriately. Also need to make sure that the generated libcrypto.a files in android-libs folder.
Are there other steps that are documented somewhere which we can follow?
Any help will be appreciated.