projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00b4e08
)
Allow opensslwrap.sh to access engines from build tree.
author
Andy Polyakov
<appro@openssl.org>
Fri, 29 Dec 2006 10:53:09 +0000
(10:53 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 29 Dec 2006 10:53:09 +0000
(10:53 +0000)
util/opensslwrap.sh
patch
|
blob
|
history
diff --git
a/util/opensslwrap.sh
b/util/opensslwrap.sh
index 91d29e2b870a201a0ff00e43e57afc1c2c61a02a..6f9f7ff5948db4bd0f6955d482408c0a530d399a 100755
(executable)
--- a/
util/opensslwrap.sh
+++ b/
util/opensslwrap.sh
@@
-3,6
+3,10
@@
HERE="`echo $0 | sed -e 's|[^/]*$||'`"
OPENSSL="${HERE}../apps/openssl"
+if [ -d "${HERE}../engines" ]; 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