diff -r f7d2d78eb424 -r 5f89e535765a src/context.c --- a/src/context.c Sat Jul 24 13:40:16 2010 +0100 +++ b/src/context.c Sat Jul 24 20:09:33 2010 +0100 @@ -56,6 +56,9 @@ #if defined(SSL_OP_NO_TICKET) {"no_ticket", SSL_OP_NO_TICKET}, #endif +#if defined(SSL_OP_NO_COMPRESSION) + {"no_compression", SSL_OP_NO_COMPRESSION}, +#endif {NULL, 0L} };