From a6ebe229e32250b3efe18883294efc58ccd8cc99 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 29 Dec 2006 15:00:36 +0000 Subject: [PATCH] opensslwrap.sh to respect $OPENSSL_ENGINES. --- util/opensslwrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1