summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/util/opensslwrap.sh
diff options
context:
space:
mode:
authordjm <>2008-09-06 12:15:54 +0000
committerdjm <>2008-09-06 12:15:54 +0000
commitf1625f274acf5dcd5601f6cb5e29e233b2a441a3 (patch)
tree44899ddfbef8f24aacbea50086c041c1b150f6d6 /src/lib/libcrypto/util/opensslwrap.sh
parent4f828b924f54507141fb95ebe49dfcd261945e85 (diff)
downloadopenbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.tar.gz
openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.tar.bz2
openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.zip
import of OpenSSL 0.9.8h
Diffstat (limited to '')
-rwxr-xr-xsrc/lib/libcrypto/util/opensslwrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/util/opensslwrap.sh b/src/lib/libcrypto/util/opensslwrap.sh
index 91d29e2b87..b27cbb897f 100755
--- a/src/lib/libcrypto/util/opensslwrap.sh
+++ b/src/lib/libcrypto/util/opensslwrap.sh
@@ -3,6 +3,10 @@
3HERE="`echo $0 | sed -e 's|[^/]*$||'`" 3HERE="`echo $0 | sed -e 's|[^/]*$||'`"
4OPENSSL="${HERE}../apps/openssl" 4OPENSSL="${HERE}../apps/openssl"
5 5
6if [ -d "${HERE}../engines" -a "x$OPENSSL_ENGINES" = "x" ]; then
7 OPENSSL_ENGINES="${HERE}../engines"; export OPENSSL_ENGINES
8fi
9
6if [ -x "${OPENSSL}.exe" ]; then 10if [ -x "${OPENSSL}.exe" ]; then
7 # The original reason for this script existence is to work around 11 # The original reason for this script existence is to work around
8 # certain caveats in run-time linker behaviour. On Windows platforms 12 # certain caveats in run-time linker behaviour. On Windows platforms