From: Lutz Jänicke Date: Fri, 8 Nov 2002 19:51:04 +0000 (+0000) Subject: Next version will be 0.9.6h X-Git-Tag: OpenSSL_0_9_6h~60 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=71fbcb67b3013e00370fa5499b59813075ca74c6;p=oweals%2Fopenssl.git Next version will be 0.9.6h Submitted by: Tapani Tarvainen Reviewed by: PR: 281 --- diff --git a/shlib/Makefile.hpux10-cc b/shlib/Makefile.hpux10-cc index 3b8a70259c..c6cb33c783 100644 --- a/shlib/Makefile.hpux10-cc +++ b/shlib/Makefile.hpux10-cc @@ -1,6 +1,6 @@ # Makefile.hpux-cc -major=0.9.6e +major=0.9.6h slib=libssl sh_slib=$(slib).sl.$(major) diff --git a/shlib/hpux10-cc.sh b/shlib/hpux10-cc.sh index a5b850fb21..42bbe03257 100644 --- a/shlib/hpux10-cc.sh +++ b/shlib/hpux10-cc.sh @@ -60,9 +60,9 @@ mkdir /usr/local mkdir /usr/local/ssl mkdir /usr/local/ssl/lib chmod 444 lib*_pic.a -chmod 555 lib*.sl.0.9.6e -cp -p lib*_pic.a lib*.sl.0.9.6e /usr/local/ssl/lib -(cd /usr/local/ssl/lib ; ln -sf libcrypto.sl.0.9.6e libcrypto.sl ; ln -sf libssl.sl.0.9.6e libssl.sl) +chmod 555 lib*.sl.0.9.6h +cp -p lib*_pic.a lib*.sl.0.9.6h /usr/local/ssl/lib +(cd /usr/local/ssl/lib ; ln -sf libcrypto.sl.0.9.6h libcrypto.sl ; ln -sf libssl.sl.0.9.6h libssl.sl) # Reconfigure without pic to compile the executables. Unfortunately, while # performing this task we have to recompile the library components, even