2
0

Config.in 244 B

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