opensslwrap.sh to respect $OPENSSL_ENGINES.
This commit is contained in:
parent
5c914f204a
commit
a6ebe229e3
@ -3,7 +3,7 @@
|
|||||||
HERE="`echo $0 | sed -e 's|[^/]*$||'`"
|
HERE="`echo $0 | sed -e 's|[^/]*$||'`"
|
||||||
OPENSSL="${HERE}../apps/openssl"
|
OPENSSL="${HERE}../apps/openssl"
|
||||||
|
|
||||||
if [ -d "${HERE}../engines" ]; then
|
if [ -d "${HERE}../engines" -a "x$OPENSSL_ENGINES" = "x" ]; then
|
||||||
OPENSSL_ENGINES="${HERE}../engines"; export OPENSSL_ENGINES
|
OPENSSL_ENGINES="${HERE}../engines"; export OPENSSL_ENGINES
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user