mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 09:22:57 +00:00
OpenSSL option compress allows to disable compression
This commit is contained in:
parent
9e0c4e1df5
commit
7e3386f228
10 changed files with 244 additions and 8 deletions
|
@ -473,6 +473,9 @@ enum e_optcode {
|
|||
OPT_OPENSSL_CAPATH,
|
||||
OPT_OPENSSL_CERTIFICATE,
|
||||
OPT_OPENSSL_CIPHERLIST,
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x00908000L
|
||||
OPT_OPENSSL_COMPRESS,
|
||||
#endif
|
||||
OPT_OPENSSL_DHPARAM,
|
||||
OPT_OPENSSL_EGD,
|
||||
OPT_OPENSSL_FIPS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue