From d0036c92b0f0ebd16a62ccb211c1ca40203a7df3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Nov 2015 12:04:04 +0000 Subject: openvpn: enable options consistency check even in the small build Only costs about 3k compressed, but significantly improves handling of configuration mismatch Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47439 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../openvpn/patches/200-small_build_enable_occ.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/network/services/openvpn/patches/200-small_build_enable_occ.patch (limited to 'package/network/services/openvpn') diff --git a/package/network/services/openvpn/patches/200-small_build_enable_occ.patch b/package/network/services/openvpn/patches/200-small_build_enable_occ.patch new file mode 100644 index 0000000000..929d881038 --- /dev/null +++ b/package/network/services/openvpn/patches/200-small_build_enable_occ.patch @@ -0,0 +1,12 @@ +--- a/src/openvpn/syshead.h ++++ b/src/openvpn/syshead.h +@@ -597,9 +597,7 @@ socket_defined (const socket_descriptor_ + /* + * Should we include OCC (options consistency check) code? + */ +-#ifndef ENABLE_SMALL + #define ENABLE_OCC +-#endif + + /* + * Should we include NTLM proxy functionality -- cgit v1.2.3