rpcd: iwinfo plugin fixes
[openwrt.git] / package / libs / openssl / Config.in
index b0a29c5..3d76dab 100644 (file)
@@ -1,5 +1,4 @@
-menu "Configuration"
-       depends on PACKAGE_libopenssl
+if PACKAGE_libopenssl
 
 config OPENSSL_WITH_EC
        bool
@@ -16,13 +15,18 @@ config OPENSSL_WITH_SSL3
        default n
        prompt "Enable sslv3 support"
 
-config OPENSSL_ENGINE_CRYPTO
-       bool
-       prompt "Crypto acceleration support"
-
 config OPENSSL_ENGINE_DIGEST
        bool
        depends on OPENSSL_ENGINE_CRYPTO
        prompt "Digests acceleration support"
 
-endmenu
+config OPENSSL_HARDWARE_SUPPORT
+       bool
+       default n
+       prompt "Enable hardware support"
+
+endif
+
+config OPENSSL_ENGINE_CRYPTO
+       bool
+       prompt "Crypto acceleration support" if PACKAGE_libopenssl