openssl: add config option for no_hw support
[openwrt/openwrt.git] / package / libs / openssl / Config.in
index b0a29c5e643a9518445349bde5dfe1c66a41b138..e2aa10dfd5cad382a6d218205adcc39e9d119c30 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