mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
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
|
#ifdef SSL_OP_NO_COMPRESSION
|
||||||
flags |= SSL_OP_NO_COMPRESSION;
|
flags |= SSL_OP_NO_COMPRESSION;
|
||||||
#endif
|
#endif /* SSL_OP_NO_COMPRESSION */
|
||||||
|
|
||||||
SSL_CTX_set_options(sslContext.get(), flags);
|
SSL_CTX_set_options(sslContext.get(), flags);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user