summaryrefslogtreecommitdiffstats
path: root/util/shlib_wrap.sh
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-17 11:38:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-17 11:38:26 +0000
commit3492c47b18e901e9006b8ebb388640979d0342dd (patch)
tree08599dc3a23d009ce8ee1ffd457b585450798f50 /util/shlib_wrap.sh
parent43dc001b6214fe9336a27c2ea32f7c1710a8688b (diff)
Update from HEAD.
Diffstat (limited to 'util/shlib_wrap.sh')
-rwxr-xr-xutil/shlib_wrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/shlib_wrap.sh b/util/shlib_wrap.sh
index a2f62d696f..d744ff303d 100755
--- a/util/shlib_wrap.sh
+++ b/util/shlib_wrap.sh
@@ -80,7 +80,7 @@ if [ -f "$LIBCRYPTOSO" -a -z "$preload_var" ]; then
# it into a script makes it possible to do so on multi-ABI
# platforms.
case "$SYSNAME" in
- *BSD) LD_PRELOAD="$LIBCRYPTOSO:$LIBSSLSO" ;; # *BSD
+ *BSD|QNX) LD_PRELOAD="$LIBCRYPTOSO:$LIBSSLSO" ;; # *BSD, QNX
*) LD_PRELOAD="$LIBCRYPTOSO $LIBSSLSO" ;; # SunOS, Linux, ELF HP-UX
esac
_RLD_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT" # Tru64, o32 IRIX