> On Jan 12, 2016, at 4:05 AM, Michal Trojnara <Michal.Trojnara at stunnel.org> wrote: > > Any idea how to properly use: > STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void); > STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) > *meths); > in the latest OpenSSL 1.1 git, which no longer declares SSL_COMP? > > I guess openssl/ssl.h should be modified to include: > typedef struct ssl_comp_st SSL_COMP; > DEFINE_STACK_OF(SSL_COMP) Try a more recent git commit. This should be fixed now. -- Viktor.