openssl: Add optimization option
[openwrt/staging/lynxis.git] / package / libs / openssl / Config.in
index b949d3beb786414dc13867b0d391775d4243a574..96d3ba3e9d69c15b5e30d1d07a55581e1bce7928 100644 (file)
@@ -55,6 +55,11 @@ 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