> We are going off topic on my question. Which is just, is android openssl > builds going to continue to have versions?
First of all it's hardly appropriate to build it as lib[crypto|ssl].so. So essentially it's .so.1.0.0.so vs. say .1.0.0.so. Complain appears to be that .so.1.0.0 doesn't play well with System.load. Would .1.0.0.so play better? Can you flip order in Configure line and verify? But once again. Is it even meaningful to perform System.load on OpenSSL shared library? It doesn't contain any JNI methods, so you can't use it directly. If it has to be shared library, then shouldn't JNI.so be linked with it? I mean shouldn't System.load on JNI.so bring in lib[crypto|ssl].so.1.0.0 automatically? ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
