diff options
author | Jay Freeman <saurik@saurik.com> | 2008-12-03 13:59:09 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-12-03 13:59:09 +0000 |
commit | 4e9b2830925e8ef8851e3d634a72ae315ffab7f9 (patch) | |
tree | f67cad1a5a8a19ee3626ef678cad9f1bad02d27e /data/stunnel/openssl.diff | |
parent | a15d1bd7c0ec51eb7f7e19fe0a86dc16fda5fffb (diff) |
Upgraded to stunnel4.
git-svn-id: http://svn.telesphoreo.org/trunk@518 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/stunnel/openssl.diff')
-rw-r--r-- | data/stunnel/openssl.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/stunnel/openssl.diff b/data/stunnel/openssl.diff new file mode 100644 index 000000000..bce496d8f --- /dev/null +++ b/data/stunnel/openssl.diff @@ -0,0 +1,12 @@ +diff -ru stunnel-4.26/tools/Makefile.in stunnel-4.26+iPhone/tools/Makefile.in +--- stunnel-4.26/tools/Makefile.in 2008-09-20 20:32:29.000000000 +0000 ++++ stunnel-4.26+iPhone/tools/Makefile.in 2008-12-03 13:26:33.000000000 +0000 +@@ -173,7 +173,7 @@ + examples_DATA = ca.html ca.pl importCA.html importCA.sh script.sh \ + stunnel.spec stunnel.init + +-openssl = $(ssldir)/bin/openssl ++openssl ?= $(ssldir)/bin/openssl + all: all-am + + .SUFFIXES: |