opensslwrap.sh to respect $OPENSSL_ENGINES.
This commit is contained in:
parent
5c914f204a
commit
a6ebe229e3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue