11591de0476d9c596ff748e8271af7408dc0aa8a
[15.05/openwrt.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