Some platforms (namely HP-UX) require the 'x' bit set for shared libraries.
authorLutz Jänicke <jaenicke@openssl.org>
Tue, 14 Nov 2000 11:05:10 +0000 (11:05 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Tue, 14 Nov 2000 11:05:10 +0000 (11:05 +0000)
commit89c16ab53e9f8742144eef2b627d09b0797e7b87
tree4bd329f65f449165c2932232e42673d975a9453a
parent820aaa5fc54fff1eea1b1fc743749977b7e1375d
Some platforms (namely HP-UX) require the 'x' bit set for shared libraries.
For performance reasons, it is also recommended to make the (mmap'ed)
shared library 'read-only'.
-> New permissions for installed shared libraries = 555

This doesn't hurt anybody, provided the installation is performed with
'cp -f' :-)
Makefile.org