Config.in 617 B

123456789101112131415161718192021222324252627282930313233
  1. if PACKAGE_libopenssl
  2. config OPENSSL_WITH_EC
  3. bool
  4. default y
  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_WITH_SSL3
  11. bool
  12. default n
  13. prompt "Enable sslv3 support"
  14. config OPENSSL_ENGINE_DIGEST
  15. bool
  16. depends on OPENSSL_ENGINE_CRYPTO
  17. prompt "Digests acceleration support"
  18. config OPENSSL_HARDWARE_SUPPORT
  19. bool
  20. default n
  21. prompt "Enable hardware support"
  22. endif
  23. config OPENSSL_ENGINE_CRYPTO
  24. bool
  25. select OPENSSL_HARDWARE_SUPPORT
  26. prompt "Crypto acceleration support" if PACKAGE_libopenssl