openssl: add config option for no_hw support
[openwrt.git] / package / libs / openssl / Config.in
index b0a29c5..e2aa10d 100644 (file)
@@ -25,4 +25,9 @@ config OPENSSL_ENGINE_DIGEST
        depends on OPENSSL_ENGINE_CRYPTO
        prompt "Digests acceleration support"
 
+config OPENSSL_HARDWARE_SUPPORT
+       bool
+       default n
+       prompt "Enable hardware support"
+
 endmenu