Address run-time linker problems: LD_PRELOAD issue on multi-ABI platforms
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
This commit is contained in:
11
test/trsa
11
test/trsa
@@ -1,18 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
if test "$OSTYPE" = msdosdjgpp; then
|
||||
PATH=../apps\;$PATH
|
||||
else
|
||||
PATH=../apps:$PATH
|
||||
fi
|
||||
export PATH
|
||||
|
||||
if ../apps/openssl no-rsa; then
|
||||
if ../util/shlib_wrap.sh ../apps/openssl no-rsa; then
|
||||
echo skipping rsa conversion test
|
||||
exit 0
|
||||
fi
|
||||
|
||||
cmd='../apps/openssl rsa'
|
||||
cmd='../util/shlib_wrap.sh ../apps/openssl rsa'
|
||||
|
||||
if [ "$1"x != "x" ]; then
|
||||
t=$1
|
||||
|
||||
Reference in New Issue
Block a user