openssl: update to 1.0.2n
[openwrt/openwrt.git] / package / libs / openssl / Config.in
index 65da36b01c288c1744bdde8e44ef6f87a6ec2de6..96d3ba3e9d69c15b5e30d1d07a55581e1bce7928 100644 (file)
@@ -20,6 +20,11 @@ config OPENSSL_WITH_DEPRECATED
        default y
        prompt "Include deprecated APIs"
 
+config OPENSSL_WITH_DTLS
+       bool
+       default n
+       prompt "Enable DTLS support"
+
 config OPENSSL_WITH_COMPRESSION
        bool
        default n
@@ -50,8 +55,14 @@ config OPENSSL_HARDWARE_SUPPORT
        default n
        prompt "Enable hardware support"
 
+config OPENSSL_OPTIMIZE_SPEED
+       bool
+       default n
+       prompt "Enable optimization for speed instead of size"
+
 endif
 
 config OPENSSL_ENGINE_CRYPTO
        bool
+       select OPENSSL_HARDWARE_SUPPORT
        prompt "Crypto acceleration support" if PACKAGE_libopenssl