[package] netifd: prevent error in ifup if no /etc/config/wireless exists, properly...
[openwrt/svn-archive/archive.git] / package / openssl / Config.in
1 menu "Configuration"
2 depends on PACKAGE_libopenssl
3
4 config OPENSSL_ENGINE_CRYPTO
5 bool
6 prompt "Crypto acceleration support"
7
8 config OPENSSL_ENGINE_DIGEST
9 bool
10 depends OPENSSL_ENGINE_CRYPTO
11 prompt "Digests acceleration support"
12
13 endmenu