summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-12-29 16:00:36 +0100
committerAndy Polyakov <appro@openssl.org>2006-12-29 16:00:36 +0100
commita6ebe229e32250b3efe18883294efc58ccd8cc99 (patch)
tree5178ee87e023b29e4466a6cc80f333d8475694c5 /util
parent#include <stddef.h> in digest headers. (diff)
downloadopenssl-a6ebe229e32250b3efe18883294efc58ccd8cc99.tar.xz
openssl-a6ebe229e32250b3efe18883294efc58ccd8cc99.zip
opensslwrap.sh to respect $OPENSSL_ENGINES.
Diffstat (limited to 'util')
-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