Config.in 510 B

12345678910111213141516171819202122232425262728
  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_WITH_SSL3
  12. bool
  13. default n
  14. prompt "Enable sslv3 support"
  15. config OPENSSL_ENGINE_CRYPTO
  16. bool
  17. prompt "Crypto acceleration support"
  18. config OPENSSL_ENGINE_DIGEST
  19. bool
  20. depends on OPENSSL_ENGINE_CRYPTO
  21. prompt "Digests acceleration support"
  22. endmenu