[openssl] master update
Richard Levitte
levitte at openssl.org
Mon Jul 15 14:59:53 UTC 2019
The branch master has been updated
via d5fdb6a695b457cf1eea8d7b638ffde029231080 (commit)
from 4674aaf4f2217540690489fee22edefe4a463293 (commit)
- Log -----------------------------------------------------------------
commit d5fdb6a695b457cf1eea8d7b638ffde029231080
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Jul 15 16:14:35 2019 +0200
util/opensslwrap.sh: adjust to define OPENSSL_MODULES as well
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9379)
-----------------------------------------------------------------------
Summary of changes:
util/opensslwrap.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/util/opensslwrap.sh b/util/opensslwrap.sh
index b27cbb8..7a38830 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
More information about the openssl-commits
mailing list