Config.in 425 B

12345678910111213141516171819202122
  1. menu "Configuration"
  2. depends on PACKAGE_libopenssl
  3. config OPENSSL_WITH_EC
  4. bool
  5. prompt "Enable elliptic curve support"
  6. config OPENSSL_WITH_EC2M
  7. bool
  8. depends on OPENSSL_WITH_EC
  9. prompt "Enable ec2m support"
  10. config OPENSSL_ENGINE_CRYPTO
  11. bool
  12. prompt "Crypto acceleration support"
  13. config OPENSSL_ENGINE_DIGEST
  14. bool
  15. depends on OPENSSL_ENGINE_CRYPTO
  16. prompt "Digests acceleration support"
  17. endmenu