diff -ru openssl-0.9.6e/Makefile.org openssl-0.9.6e-patched/Makefile.org --- openssl-0.9.6e/Makefile.org 2002-07-19 18:33:26.000000000 +0200 +++ openssl-0.9.6e-patched/Makefile.org 2002-08-01 15:16:01.000000000 +0200 @@ -280,7 +280,7 @@ libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \ ( set -x ; ${CC} --verbose -dynamiclib -o lib$$i${SHLIB_EXT} \ lib$$i.a $$libs -all_load -current_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \ - -compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | cut -d. -f1` \ + -compatibility_version 0.9.6 \ -install_name ${INSTALLTOP}/lib/lib$$i${SHLIB_EXT} ) || exit 1; \ libs="$$libs -l`basename $$i${SHLIB_EXT} .dylib`"; \ echo "" ; \ diff -ru openssl-0.9.6e/Makefile.ssl openssl-0.9.6e-patched/Makefile.ssl --- openssl-0.9.6e/Makefile.ssl 2002-07-30 13:06:52.000000000 +0200 +++ openssl-0.9.6e-patched/Makefile.ssl 2002-08-01 15:16:00.000000000 +0200 @@ -282,7 +282,7 @@ libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \ ( set -x ; ${CC} --verbose -dynamiclib -o lib$$i${SHLIB_EXT} \ lib$$i.a $$libs -all_load -current_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \ - -compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | cut -d. -f1` \ + -compatibility_version 0.9.6 \ -install_name ${INSTALLTOP}/lib/lib$$i${SHLIB_EXT} ) || exit 1; \ libs="$$libs -l`basename $$i${SHLIB_EXT} .dylib`"; \ echo "" ; \