openvpn: make size optimization configurable
[openwrt.git] / package / network / services / openvpn / Config-openssl.in
index 6686121..ac4c774 100644 (file)
@@ -56,4 +56,11 @@ config OPENVPN_openssl_ENABLE_IPROUTE2
        bool "Enable support for iproute2"
        default n
 
+config OPENVPN_openssl_ENABLE_SMALL
+       bool "Enable size optimization"
+       default y
+       help
+         enable smaller executable size (disable OCC, usage
+         message, and verb 4 parm list)
+
 endif