summaryrefslogtreecommitdiff
path: root/shlib/hpux10-cc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shlib/hpux10-cc.sh')
-rw-r--r--shlib/hpux10-cc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/shlib/hpux10-cc.sh b/shlib/hpux10-cc.sh
index 5a9be6dbff..a5b850fb21 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.6d
-cp -p lib*_pic.a lib*.sl.0.9.6d /usr/local/ssl/lib
-(cd /usr/local/ssl/lib ; ln -sf libcrypto.sl.0.9.6d libcrypto.sl ; ln -sf libssl.sl.0.9.6d libssl.sl)
+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)
# Reconfigure without pic to compile the executables. Unfortunately, while
# performing this task we have to recompile the library components, even