Few functions in openssl are having same name with functions available in
one of our internal shared library. There is only one process which loads
both of them. And in HPUX_IA_64 and Linux_64 few functions in our library
executes functions from openssl library. This breaks most of the test cases
in above platforms. Things works fine in all other platforms like Win_32,
Solaris 5.10, AIX 5.3 and HPUX_11.1.
We cannot modify our internal library doe to some technical reasons. We have
one option of renaming all openssl functions and prepens some sting to it.
This can be done by getting all exported symbols from libcrypto.a and
prepare a .h file with #define stmnts. We are trying this at our end.

Just want to know whether some one encountered any similar issue. If so pls
share the possible fix. I still do not know why the problem in happening
only in 64 bit HP_IA and Linux!

-Thanks n Regards,
-Sanjith.

Reply via email to