Skip to content
Snippets Groups Projects
Commit b613c96d authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 47439
parent 8b5d644b
No related branches found
No related tags found
No related merge requests found
--- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment