Touch the correct variables for the system; shlib_wrap.sh on Solaris
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Mar 2016 10:36:32 +0000 (11:36 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Mar 2016 11:18:34 +0000 (12:18 +0100)
commita772e9d01a81dae132cb03107292b3ecc725e5af
treecd361ee4decb0a3d0c6a7cba13b150a44f71f980
parent86e75432835ec3ef7700a7103f9847e3c3d4350d
Touch the correct variables for the system; shlib_wrap.sh on Solaris

If there is cause to think LD_LIBRARY_PATH_32 and LD_PRELOAD_32 are
appropriate variables to touch, do so.  Otherwise, touch the usual
LD_LIBRARY_PATH and LD_PRELOAD.  This covers for older installations
that don't have a mix of 32-bit and 64-bit libs.

Reviewed-by: Andy Polyakov <appro@openssl.org>
util/shlib_wrap.sh