Commit 9a555706 authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

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: default avatarMatt Caswell <matt@openssl.org>
parent 25361780
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment