aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/comp/comp_lcl.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix -DZLIB build for opaque COMP typesRich Salz2015-06-091-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-121-0/+74
Since COMP_METHOD is now defined in comp_lcl.h, it is no longer possible to create new TLS compression methods without using the OpenSSL source. Only ZLIB is supported by default. Also, since the types are opaque, #ifdef guards to use "char *" instead of the real type aren't necessary. The changes are actually minor. Adding missing copyright to some files makes the diff misleadingly big. Reviewed-by: Matt Caswell <matt@openssl.org>