openssl/crypto/comp
Rich Salz 9a555706a3 Make COMP_CTX and COMP_METHOD opaque
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>
2015-05-12 10:24:48 -04:00
..
c_zlib.c Make COMP_CTX and COMP_METHOD opaque 2015-05-12 10:24:48 -04:00
comp_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
comp_lcl.h Make COMP_CTX and COMP_METHOD opaque 2015-05-12 10:24:48 -04:00
comp_lib.c Make COMP_CTX and COMP_METHOD opaque 2015-05-12 10:24:48 -04:00
Makefile Make COMP_CTX and COMP_METHOD opaque 2015-05-12 10:24:48 -04:00