From 037669f3dd05d725d34f43e85eb2aad5f18ec90c Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Sun, 19 Mar 2017 19:41:35 +0100 Subject: [PATCH] Make ENABLE_OCC no longer depend on !ENABLE_SMALL OCC is useful functionality which (according to LEDE devs) adds only about 3k to the binary size - and if the embedded router folks can afford this trade-off, everyone else can :-) Inspired by https://git.lede-project.org/?p=source.git;a=commit;h=b613c96d94bcdcda7abb3 be68ea1c281ce5fbb47 Signed-off-by: Gert Doering Acked-by: Steffan Karger Message-Id: <20170319184135.23548-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14281.html Signed-off-by: Gert Doering (cherry picked from commit 363af65178b8bbb482df958d6570c8763aee5d1d) --- src/openvpn/syshead.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h index a1b60476b..f4458648e 100644 --- a/src/openvpn/syshead.h +++ b/src/openvpn/syshead.h @@ -589,9 +589,7 @@ socket_defined(const socket_descriptor_t sd) /* * Should we include OCC (options consistency check) code? */ -#ifndef ENABLE_SMALL #define ENABLE_OCC -#endif /* * Should we include NTLM proxy functionality -- 2.47.2