openssl: add option to disable compression support
[openwrt/openwrt.git] / package / libs / openssl / Config.in
1 if PACKAGE_libopenssl
2
3 config OPENSSL_WITH_EC
4 bool
5 default y
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_WITH_SSL3
14 bool
15 default n
16 prompt "Enable sslv3 support"
17
18 config OPENSSL_WITH_DEPRECATED
19 bool
20 default y
21 prompt "Include deprecated APIs"
22
23 config OPENSSL_WITH_COMPRESSION
24 bool
25 default n
26 prompt "Enable compression support"
27
28 config OPENSSL_ENGINE_DIGEST
29 bool
30 depends on OPENSSL_ENGINE_CRYPTO
31 prompt "Digests acceleration support"
32
33 config OPENSSL_HARDWARE_SUPPORT
34 bool
35 default n
36 prompt "Enable hardware support"
37
38 endif
39
40 config OPENSSL_ENGINE_CRYPTO
41 bool
42 prompt "Crypto acceleration support" if PACKAGE_libopenssl