openssl: enable elliptic curve crypto by default (so that it can be used by things...
[openwrt/staging/mkresin.git] / package / libs / openssl / Config.in
1 menu "Configuration"
2 depends on PACKAGE_libopenssl
3
4 config OPENSSL_WITH_EC
5 bool
6 default y
7 prompt "Enable elliptic curve support"
8
9 config OPENSSL_WITH_EC2M
10 bool
11 depends on OPENSSL_WITH_EC
12 prompt "Enable ec2m support"
13
14 config OPENSSL_ENGINE_CRYPTO
15 bool
16 prompt "Crypto acceleration support"
17
18 config OPENSSL_ENGINE_DIGEST
19 bool
20 depends on OPENSSL_ENGINE_CRYPTO
21 prompt "Digests acceleration support"
22
23 endmenu