The following allows for a version independent link on Solaris. Before, when I linked 
against libssl.so and libcrypto.so
there would be a dependency between libssl.so and libcrypto.so.0.9.7 because the 
dynamic section name contained 
the major and minor versions.
I removed the versions from the shared object's dynamic section names so that linking 
against the version independent
shared objects will work without any version dependencies.
-----
diff -e old new
ed - Makefile.org << '-*-END-*-'
363c
                        -h lib$$i.so \
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]


Reply via email to