mirror of https://github.com/openssl/openssl.git
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|[^/]*$||'`"
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue