wireguard: skip peer config if public key of the peer is not defined
[openwrt/.git] / package / network / services / openvpn / Config-openssl.in
index ac4c774b039cb64d06ce3f25eb60373e291eb5a9..f2b618eff1e55923438e61bf2f02b9942115543e 100644 (file)
@@ -4,6 +4,10 @@ config OPENVPN_openssl_ENABLE_LZO
        bool "Enable LZO compression support"
        default y
 
+config OPENVPN_openssl_ENABLE_LZ4
+       bool "Enable LZ4 compression support"
+       default y
+
 config OPENVPN_openssl_ENABLE_X509_ALT_USERNAME
        bool "Enable the --x509-username-field feature"
        default n
@@ -24,14 +28,6 @@ config OPENVPN_openssl_ENABLE_MANAGEMENT
 #      bool "Enable pkcs11 support"
 #      default n
 
-config OPENVPN_openssl_ENABLE_HTTP
-       bool "Enable HTTP proxy support"
-       default y
-
-config OPENVPN_openssl_ENABLE_SOCKS
-       bool "Enable SOCKS proxy support"
-       default y
-
 config OPENVPN_openssl_ENABLE_FRAGMENT
        bool "Enable internal fragmentation support (--fragment)"
        default y