Root/package/libs/openssl/Config.in

1menu "Configuration"
2    depends on PACKAGE_libopenssl
3
4config OPENSSL_ENGINE_CRYPTO
5    bool
6    prompt "Crypto acceleration support"
7
8config OPENSSL_ENGINE_DIGEST
9    bool
10    depends OPENSSL_ENGINE_CRYPTO
11    prompt "Digests acceleration support"
12
13endmenu
14

Archive Download this file



interactive