]> granicus.if.org Git - openssl/commitdiff
opensslwrap.sh update from HEAD.
authorAndy Polyakov <appro@openssl.org>
Tue, 4 Dec 2007 20:29:57 +0000 (20:29 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 4 Dec 2007 20:29:57 +0000 (20:29 +0000)
util/opensslwrap.sh

index 91d29e2b870a201a0ff00e43e57afc1c2c61a02a..b27cbb897fd49ff1bab0e71c89321c5ff2ca51d7 100755 (executable)
@@ -3,6 +3,10 @@
 HERE="`echo $0 | sed -e 's|[^/]*$||'`"
 OPENSSL="${HERE}../apps/openssl"
 
+if [ -d "${HERE}../engines" -a "x$OPENSSL_ENGINES" = "x" ]; then
+       OPENSSL_ENGINES="${HERE}../engines"; export OPENSSL_ENGINES
+fi
+
 if [ -x "${OPENSSL}.exe" ]; then
        # The original reason for this script existence is to work around
        # certain caveats in run-time linker behaviour. On Windows platforms