1
0
Fork 0
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:
Gerhard Rieger 2011-11-26 14:27:02 +01:00
parent 9e0c4e1df5
commit 7e3386f228
10 changed files with 244 additions and 8 deletions

View file

@ -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,