opensslwrap.sh to respect $OPENSSL_ENGINES.

This commit is contained in:
Andy Polyakov 2006-12-29 15:00:36 +00:00
parent 5c914f204a
commit a6ebe229e3

View File

@ -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