From f1d88a96ca865f828d1efadd8de0898819453373 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 27 Apr 2011 15:05:10 -0300 Subject: openvpn: bump to version 2.2.0 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- ...envpn-2.1.3-fix-build-with-disable-crypto.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 package/openvpn/openvpn-2.1.3-fix-build-with-disable-crypto.patch (limited to 'package/openvpn/openvpn-2.1.3-fix-build-with-disable-crypto.patch') diff --git a/package/openvpn/openvpn-2.1.3-fix-build-with-disable-crypto.patch b/package/openvpn/openvpn-2.1.3-fix-build-with-disable-crypto.patch deleted file mode 100644 index 546655875..000000000 --- a/package/openvpn/openvpn-2.1.3-fix-build-with-disable-crypto.patch +++ /dev/null @@ -1,30 +0,0 @@ -[PATCH] fix build with --disable-crypto - -options.c is missing the definition for struct context when built with ---disable-crypto, as it then doesn't get pulled in through push.h, -leading to build errors like: - -options.c: In function ‘parse_http_proxy_fallback’: -options.c:1474: error: dereferencing pointer to incomplete type -options.c:1477: error: dereferencing pointer to incomplete type -options.c:1478: error: dereferencing pointer to incomplete type - -Fix it by including forward.h - -Signed-off-by: Peter Korsgaard ---- - options.c | 1 + - 1 file changed, 1 insertion(+) - -Index: openvpn-2.1.3/options.c -=================================================================== ---- openvpn-2.1.3.orig/options.c -+++ openvpn-2.1.3/options.c -@@ -29,6 +29,7 @@ - - #include "syshead.h" - -+#include "forward.h" - #include "buffer.h" - #include "error.h" - #include "common.h" -- cgit v1.2.3