From 02ab29a641a42a0a3ba6da33f4e26b48a49128e9 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Wed, 27 Feb 2008 11:51:06 +0000 Subject: Added OpenSSL support to vpnc. git-svn-id: http://svn.telesphoreo.org/trunk@121 514c082c-b64e-11dc-b46d-3d985efe055d --- data/vpnc/_metadata/openssl.dep | 1 + data/vpnc/openssl.diff | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 120000 data/vpnc/_metadata/openssl.dep create mode 100644 data/vpnc/openssl.diff (limited to 'data') diff --git a/data/vpnc/_metadata/openssl.dep b/data/vpnc/_metadata/openssl.dep new file mode 120000 index 000000000..9b58fd56b --- /dev/null +++ b/data/vpnc/_metadata/openssl.dep @@ -0,0 +1 @@ +../../openssl \ No newline at end of file diff --git a/data/vpnc/openssl.diff b/data/vpnc/openssl.diff new file mode 100644 index 000000000..1de46dfaa --- /dev/null +++ b/data/vpnc/openssl.diff @@ -0,0 +1,14 @@ +diff -ru vpnc-0.5.1/Makefile vpnc-0.5.1+iPhone/Makefile +--- vpnc-0.5.1/Makefile 2007-09-06 20:05:15.000000000 +0000 ++++ vpnc-0.5.1+iPhone/Makefile 2008-02-27 11:47:52.000000000 +0000 +@@ -46,8 +46,8 @@ + + # Comment this in to obtain a binary with certificate support which is + # GPL incompliant though. +-#OPENSSL_GPL_VIOLATION = -DOPENSSL_GPL_VIOLATION +-#OPENSSLLIBS = -lcrypto ++OPENSSL_GPL_VIOLATION = -DOPENSSL_GPL_VIOLATION ++OPENSSLLIBS = -lcrypto + + CC=gcc + CFLAGS ?= -O3 -g -- cgit v1.2.3