X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fopensslwrap.sh;h=b27cbb897fd49ff1bab0e71c89321c5ff2ca51d7;hb=592a207b94dadbd03f352e8f74133efc0a141e3d;hp=6f9f7ff5948db4bd0f6955d482408c0a530d399a;hpb=8d9f136d064294fb05152cc88a1e5f1d0f93fbe3;p=oweals%2Fopenssl.git 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