Hi,

On 19-03-17 19:41, Gert Doering wrote:
> 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=b613c96d94bcdcda7abb3be68ea1c281ce5fbb47
> 
> Signed-off-by: Gert Doering <g...@greenie.muc.de>
> ---
>  src/openvpn/syshead.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h
> index a1b6047..f445864 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
> 

If we unconditionally enable OCC, should we not just rip out #ifdef
ENABLE_OCC everywhere?

-Steffan

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to