mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
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 <gert@greenie.muc.de>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
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 <gert@greenie.muc.de>
(cherry picked from commit 363af65178)
This commit is contained in:
parent
46e6549419
commit
037669f3dd
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue