openssl: add elliptic curve crypto compilation options to openssl
[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 prompt "Enable elliptic curve support"
7
8 config OPENSSL_WITH_EC2M
9 bool
10 depends on OPENSSL_WITH_EC
11 prompt "Enable ec2m support"
12
13 config OPENSSL_ENGINE_CRYPTO
14 bool
15 prompt "Crypto acceleration support"
16
17 config OPENSSL_ENGINE_DIGEST
18 bool
19 depends on OPENSSL_ENGINE_CRYPTO
20 prompt "Digests acceleration support"
21
22 endmenu