summaryrefslogtreecommitdiffstats
path: root/util/opensslwrap.sh
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-12-29 15:00:36 +0000
committerAndy Polyakov <appro@openssl.org>2006-12-29 15:00:36 +0000
commita6ebe229e32250b3efe18883294efc58ccd8cc99 (patch)
tree5178ee87e023b29e4466a6cc80f333d8475694c5 /util/opensslwrap.sh
parent5c914f204ae023c84742d5a0dd210cccef17744d (diff)
opensslwrap.sh to respect $OPENSSL_ENGINES.
Diffstat (limited to 'util/opensslwrap.sh')
-rwxr-xr-xutil/opensslwrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/opensslwrap.sh b/util/opensslwrap.sh
index 6f9f7ff594..b27cbb897f 100755
--- a/util/opensslwrap.sh
+++ b/util/opensslwrap.sh
@@ -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