summaryrefslogtreecommitdiff
path: root/test/testenc
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-02-01 23:48:37 +0000
committerAndy Polyakov <appro@openssl.org>2005-02-01 23:48:37 +0000
commit62d27939c2f103654b52a83b17febe968a67ec73 (patch)
treee6be6a7d5bdb754d840776066d28d8a98154c316 /test/testenc
parent8c3c570134336e915b2b6aeb2203f034f5a29a01 (diff)
downloadopenssl-new-62d27939c2f103654b52a83b17febe968a67ec73.tar.gz
Address run-time linker problems: LD_PRELOAD issue on multi-ABI platforms
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
Diffstat (limited to 'test/testenc')
-rw-r--r--test/testenc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testenc b/test/testenc
index 0656c7f525..23e3f5a376 100644
--- a/test/testenc
+++ b/test/testenc
@@ -2,7 +2,7 @@
testsrc=Makefile.ssl
test=./p
-cmd=../apps/openssl
+cmd="../util/shlib_wrap.sh ../apps/openssl"
cat $testsrc >$test;