src/context.c

changeset 1
5f89e535765a
parent 0
f7d2d78eb424
child 28
8c61b29d87ec
equal deleted inserted replaced
0:f7d2d78eb424 1:5f89e535765a
54 #endif 54 #endif
55 /* OpenSSL 0.9.8f and above */ 55 /* OpenSSL 0.9.8f and above */
56 #if defined(SSL_OP_NO_TICKET) 56 #if defined(SSL_OP_NO_TICKET)
57 {"no_ticket", SSL_OP_NO_TICKET}, 57 {"no_ticket", SSL_OP_NO_TICKET},
58 #endif 58 #endif
59 #if defined(SSL_OP_NO_COMPRESSION)
60 {"no_compression", SSL_OP_NO_COMPRESSION},
61 #endif
59 {NULL, 0L} 62 {NULL, 0L}
60 }; 63 };
61 64
62 /*--------------------------- Auxiliary Functions ----------------------------*/ 65 /*--------------------------- Auxiliary Functions ----------------------------*/
63 66

mercurial