summaryrefslogtreecommitdiffstats
path: root/util/opensslwrap.sh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-07-15 16:14:35 +0200
committerRichard Levitte <levitte@openssl.org>2019-07-15 16:14:35 +0200
commitd5fdb6a695b457cf1eea8d7b638ffde029231080 (patch)
tree3a466bcfb7eca65f39744cd3feb8b086604d98c3 /util/opensslwrap.sh
parent4674aaf4f2217540690489fee22edefe4a463293 (diff)
util/opensslwrap.sh: adjust to define OPENSSL_MODULES as well
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9379)
Diffstat (limited to 'util/opensslwrap.sh')
-rwxr-xr-xutil/opensslwrap.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/opensslwrap.sh b/util/opensslwrap.sh
index b27cbb897f..7a38830270 100755
--- a/util/opensslwrap.sh
+++ b/util/opensslwrap.sh
@@ -6,6 +6,9 @@ OPENSSL="${HERE}../apps/openssl"
if [ -d "${HERE}../engines" -a "x$OPENSSL_ENGINES" = "x" ]; then
OPENSSL_ENGINES="${HERE}../engines"; export OPENSSL_ENGINES
fi
+if [ -d "${HERE}../providers" -a "x$OPENSSL_MODULES" = "x" ]; then
+ OPENSSL_MODULES="${HERE}../providers"; export OPENSSL_MODULES
+fi
if [ -x "${OPENSSL}.exe" ]; then
# The original reason for this script existence is to work around