mirror of https://github.com/Icinga/icinga2.git
parent
d1cc56bbaa
commit
6e11836791
|
@ -89,7 +89,7 @@ boost::shared_ptr<SSL_CTX> MakeSSLContext(const String& pubkey, const String& pr
|
|||
|
||||
#ifdef SSL_OP_NO_COMPRESSION
|
||||
flags |= SSL_OP_NO_COMPRESSION;
|
||||
#endif
|
||||
#endif /* SSL_OP_NO_COMPRESSION */
|
||||
|
||||
SSL_CTX_set_options(sslContext.get(), flags);
|
||||
|
||||
|
|
Loading…
Reference in New Issue