Searched refs:SSL_OP_NO_COMPRESSION (Results 1 – 5 of 5) sorted by relevance
61 # ifdef SSL_OP_NO_COMPRESSION62 const long NoOpenSSLCompression = SSL_OP_NO_COMPRESSION;
621 .value = SSL_OP_NO_COMPRESSION,
786 .value = SSL_OP_NO_COMPRESSION,
1577 #ifdef SSL_OP_NO_COMPRESSION in tls_connection_init()1578 options |= SSL_OP_NO_COMPRESSION; in tls_connection_init()
439 #define SSL_OP_NO_COMPRESSION 0x0 macro