Remove all trace of FIPS_mode functions
[openssl.git] / util / opensslwrap.sh
index b27cbb897fd49ff1bab0e71c89321c5ff2ca51d7..7a388302703e6f47577f82428d6bc7eaa593b095 100755 (executable)
@@ -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