move library packages to package/libs/
[openwrt.git] / package / libs / 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