src/context.c

changeset 1
5f89e535765a
parent 0
f7d2d78eb424
child 28
8c61b29d87ec
--- 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}
 };
 

mercurial