Config.in 436 B

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