From 62d27939c2f103654b52a83b17febe968a67ec73 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 1 Feb 2005 23:48:37 +0000 Subject: Address run-time linker problems: LD_PRELOAD issue on multi-ABI platforms and SafeDllSearchMode in Windows. Submitted by: Richard Levitte --- test/tpkcs7 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'test/tpkcs7') diff --git a/test/tpkcs7 b/test/tpkcs7 index cf3bd9fadb..3e435ffbf9 100644 --- a/test/tpkcs7 +++ b/test/tpkcs7 @@ -1,13 +1,6 @@ #!/bin/sh -if test "$OSTYPE" = msdosdjgpp; then - PATH=../apps\;$PATH -else - PATH=../apps:$PATH -fi -export PATH - -cmd='../apps/openssl pkcs7' +cmd='../util/shlib_wrap.sh ../apps/openssl pkcs7' if [ "$1"x != "x" ]; then t=$1 -- cgit v1.2.1