From: Richard Levitte Date: Mon, 15 Jul 2019 14:14:35 +0000 (+0200) Subject: util/opensslwrap.sh: adjust to define OPENSSL_MODULES as well X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d5fdb6a695b457cf1eea8d7b638ffde029231080;p=oweals%2Fopenssl.git util/opensslwrap.sh: adjust to define OPENSSL_MODULES as well Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/9379) --- 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